MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / child

Function child

src/common/classes/init.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74#ifdef HAVE_PTHREAD_ATFORK
75 void child(void)
76 {
77 // turn off dtors execution in forked process
78 initDone = 2;
79 }
80#endif
81
82 void allClean()

Callers 15

check_consistencyMethod · 0.85
do_check_consistencyMethod · 0.85
do_extract_minmaxMethod · 0.85
try_findMethod · 0.85
try_update_rootMethod · 0.85
try_remove_rootMethod · 0.85
try_updateMethod · 0.85
try_removeMethod · 0.85
try_extract_minmaxMethod · 0.85
constexpr_ifMethod · 0.85
try_insert_nodeMethod · 0.85
try_remove_nodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected