Searched refs:statloc (Results 1 – 3 of 3) sorted by relevance
1230 int statloc; in serverCron() local1233 if ((pid = wait3(&statloc,WNOHANG,NULL)) != 0) { in serverCron()1234 int exitcode = WEXITSTATUS(statloc); in serverCron()1237 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in serverCron()
214 int statloc; in killAppendOnlyChild() local221 while(wait3(&statloc,0,NULL) != server.aof_child_pid); in killAppendOnlyChild()
819 int statloc; in sentinelCollectTerminatedScripts() local822 while ((pid = wait3(&statloc,WNOHANG,NULL)) > 0) { in sentinelCollectTerminatedScripts()823 int exitcode = WEXITSTATUS(statloc); in sentinelCollectTerminatedScripts()828 if (WIFSIGNALED(statloc)) bysignal = WTERMSIG(statloc); in sentinelCollectTerminatedScripts()