Searched refs:wait_helper (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_signal.py | 929 def wait_helper(self, blocked, test): member in PendingSignalsTests 976 self.wait_helper(signal.SIGALRM, ''' 988 self.wait_helper(signal.SIGALRM, ''' 999 self.wait_helper(signal.SIGALRM, ''' 1011 self.wait_helper(signal.SIGALRM, ''' 1023 self.wait_helper(signal.SIGALRM, '''
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 8361 wait_helper(PyObject *module, pid_t pid, int status, struct rusage *ru) in wait_helper() function 8454 return wait_helper(module, pid, WAIT_STATUS_INT(status), &ru); in os_wait3_impl() 8491 return wait_helper(module, res, WAIT_STATUS_INT(status), &ru); in os_wait4_impl()
|
Completed in 16 milliseconds