Searched refs:needUnblock (Results 1 – 2 of 2) sorted by relevance
32 volatile pid_t& childPid, bool needUnblock = false);33 int CustomPclose(FILE* fp, int fds[], volatile pid_t& childPid, bool needUnblock = false);
226 volatile pid_t& childPid, bool needUnblock) in CustomPopen() argument274 if (!needUnblock) { in CustomPopen()297 int CustomPclose(FILE* fp, int fds[], volatile pid_t& childPid, bool needUnblock) in CustomPclose() argument304 if (needUnblock) { in CustomPclose()317 if (needUnblock) { in CustomPclose()