Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_consistency
Method · 0.85
do_check_consistency
Method · 0.85
do_extract_minmax
Method · 0.85
try_find
Method · 0.85
try_update_root
Method · 0.85
try_remove_root
Method · 0.85
try_update
Method · 0.85
try_remove
Method · 0.85
try_extract_minmax
Method · 0.85
constexpr_if
Method · 0.85
try_insert_node
Method · 0.85
try_remove_node
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected