Home
last modified time | relevance | path

Searched refs:logging_atfork_child (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_libcprint.h69 extern void VG_(logging_atfork_child)(ThreadId tid);
Dm_libcprint.c431 void VG_(logging_atfork_child)(ThreadId tid) in VG_() argument
Dm_main.c999 VG_(atfork)(NULL, NULL, VG_(logging_atfork_child)); in main_process_cmd_line_options()