Home
last modified time | relevance | path

Searched refs:after_fork (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dlock-autospawn.c103 static void unref(bool after_fork) { in unref() argument
120 if (after_fork) in unref()
135 if (after_fork) in unref()
353 void pa_autospawn_lock_done(bool after_fork) { in pa_autospawn_lock_done() argument
359 unref(after_fork); in pa_autospawn_lock_done()
Dlock-autospawn.h28 void pa_autospawn_lock_done(bool after_fork);
/third_party/python/Lib/multiprocessing/
Dqueues.py69 self._reset(after_fork=True)
71 def _reset(self, after_fork=False): argument
72 if after_fork:
/third_party/libuv/src/unix/
Dos390-syscalls.c175 static void after_fork(void) { in after_fork() function
208 if (pthread_atfork(&before_fork, &after_fork, &child_fork)) in epoll_init()
/third_party/node/deps/uv/src/unix/
Dos390-syscalls.c175 static void after_fork(void) { in after_fork() function
208 if (pthread_atfork(&before_fork, &after_fork, &child_fork)) in epoll_init()