Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/src/
H A Dserver.c411 void exitFromChild(int retcode) { in exitFromChild() argument
413 exit(retcode); in exitFromChild()
415 _exit(retcode); in exitFromChild()
H A Dserver.h1087 void exitFromChild(int retcode);