Handle statedump agent thread state across fork
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 19 Feb 2024 18:19:43 +0000 (13:19 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 19 Feb 2024 18:19:43 +0000 (13:19 -0500)
commit7e38dc2ee21f4c1b55660b9ff59c607dc2d82aed
treeb5d319aeccbf9c2c53f7b5d21d59d077596ae4bc
parent76dd11f984e13ab51cf11700974f17903cdcd32e
Handle statedump agent thread state across fork

Implement pthread_atfork handlers to deal with statedump agent thread
state across fork.

For glibc, this requires glibc 2.24 or more recent.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/Makefile.am
src/compiler.h [new file with mode: 0644]
src/side.c
This page took 0.02269 seconds and 4 git commands to generate.