Home
last modified time | relevance | path

Searched refs:atfork_prepare (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstleaks.c890 atfork_prepare (void) in atfork_prepare() function
927 res = pthread_atfork (atfork_prepare, atfork_parent, atfork_child); in gst_leaks_tracer_setup_signals()
/third_party/pulseaudio/src/utils/
Dpadsp.c505 static void atfork_prepare(void) { in atfork_prepare() function
592 pthread_atfork(atfork_prepare, atfork_parent, atfork_child); in install_atfork()