Searched refs:after_fork (Results 1 – 5 of 5) sorted by relevance
103 static void unref(bool after_fork) { in unref() argument120 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() argument359 unref(after_fork); in pa_autospawn_lock_done()
28 void pa_autospawn_lock_done(bool after_fork);
69 self._reset(after_fork=True)71 def _reset(self, after_fork=False): argument72 if after_fork:
175 static void after_fork(void) { in after_fork() function208 if (pthread_atfork(&before_fork, &after_fork, &child_fork)) in epoll_init()