Searched refs:checkExit (Results 1 – 2 of 2) sorted by relevance
145 std::string checkExit; in RunChildProcessor() local147 checkExit = std::to_string(getpid()); in RunChildProcessor()149 setenv(APPSPAWN_CHECK_EXIT, checkExit.c_str(), true); in RunChildProcessor()
71 char *checkExit = getenv(APPSPAWN_CHECK_EXIT); in exit() local72 if (checkExit && atoi(checkExit) == getpid()) { in exit()