Home
last modified time | relevance | path

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

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