Searched refs:wait_helper (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_signal.py | 693 def wait_helper(self, blocked, test): member in PendingSignalsTests 740 self.wait_helper(signal.SIGALRM, ''' 752 self.wait_helper(signal.SIGALRM, ''' 763 self.wait_helper(signal.SIGALRM, ''' 775 self.wait_helper(signal.SIGALRM, ''' 787 self.wait_helper(signal.SIGALRM, '''
|
/external/libchrome/base/files/ |
D | important_file_writer_unittest.cc | 200 base::WaitableEvent wait_helper( in TEST_F() local 205 base::Bind(&base::WaitableEvent::Wait, base::Unretained(&wait_helper))); in TEST_F() 215 wait_helper.Signal(); in TEST_F()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 6120 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() function 6199 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait3() 6224 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait4()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 6691 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() function 6780 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in os_wait3_impl() 6817 return wait_helper(res, WAIT_STATUS_INT(status), &ru); in os_wait4_impl()
|