Searched refs:atfork (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dpthread_atfork_deadlock.c19 void atfork() { function
25 pthread_atfork(atfork, NULL, NULL);
/external/valgrind/main/include/
H A Dpub_tool_libcproc.h93 atfork
97 extern void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child);
/external/valgrind/main/coregrind/
H A Dm_libcproc.c665 atfork()
668 struct atfork { struct
676 static struct atfork atforks[VG_MAX_ATFORK];
679 void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child) function
692 "Too many VG_(atfork) handlers requested: raise VG_MAX_ATFORK");
/external/valgrind/main/drd/
H A Ddrd_main.c861 VG_(atfork) (NULL/*pre*/, NULL/*parent*/,
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c697 VG_(atfork)(NULL, NULL, gdbserver_cleanup_in_child_after_fork);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c663 VG_(atfork)(NULL, NULL, sched_fork_cleanup);
/external/valgrind/main/helgrind/
H A Dhg_main.c56 #include "pub_tool_libcproc.h" // VG_(atfork)
5496 VG_(atfork)(NULL/*pre*/, NULL/*parent*/, evh__atfork_child/*child*/);

Completed in 445 milliseconds