Searched refs:sched_fork_cleanup (Results 1 – 2 of 2) sorted by relevance
25 VG_(scheduler_init) registers sched_fork_cleanup as a child atfork26 handler. sched_fork_cleanup, among other things, reinitializes the
571 static void sched_fork_cleanup(ThreadId me) in sched_fork_cleanup() function679 VG_(atfork)(NULL, NULL, sched_fork_cleanup); in VG_()