Home
last modified time | relevance | path

Searched refs:atfork (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/test/tsan/
Dpthread_atfork_deadlock.c17 void atfork() { in atfork() function
24 pthread_atfork(atfork, NULL, NULL); in main()
/external/valgrind/include/
Dpub_tool_libcproc.h112 extern void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child);
/external/valgrind/coregrind/
Dm_libcproc.c966 struct atfork { struct
974 static struct atfork atforks[VG_MAX_ATFORK];
977 void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child) in VG_() argument
Dm_main.c999 VG_(atfork)(NULL, NULL, VG_(logging_atfork_child)); in main_process_cmd_line_options() local
/external/valgrind/drd/
Ddrd_main.c868 VG_(atfork) (NULL/*pre*/, NULL/*parent*/, in drd_pre_clo_init() local
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c697 VG_(atfork)(NULL, NULL, gdbserver_cleanup_in_child_after_fork); in call_gdbserver() local
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt25 VG_(scheduler_init) registers sched_fork_cleanup as a child atfork
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c679 VG_(atfork)(NULL, NULL, sched_fork_cleanup); in VG_() local
/external/valgrind/helgrind/
Dhg_main.c5936 VG_(atfork)(NULL/*pre*/, NULL/*parent*/, evh__atfork_child/*child*/); in hg_pre_clo_init() local
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c439 VG_(atfork)(NULL, NULL, clean_schedctl_data); in VG_() local