Home
last modified time | relevance | path

Searched refs:exitFromChild (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Daof.c1586 exitFromChild(0); in rewriteAppendOnlyFileBackground()
1588 exitFromChild(1); in rewriteAppendOnlyFileBackground()
H A Drdb.c1313 exitFromChild((retval == C_OK) ? 0 : 1); in rdbSaveBackground()
2347 exitFromChild((retval == C_OK) ? 0 : 1); in rdbSaveToSlavesSockets()
H A Dserver.h1422 void exitFromChild(int retcode);
H A Dscripting.c1723 exitFromChild(0); in ldbEndSession()
H A Dserver.c450 void exitFromChild(int retcode) { in exitFromChild() function