Searched refs:wait_helper (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_signal.py | 796 def wait_helper(self, blocked, test): member in PendingSignalsTests 843 self.wait_helper(signal.SIGALRM, ''' 855 self.wait_helper(signal.SIGALRM, ''' 866 self.wait_helper(signal.SIGALRM, ''' 878 self.wait_helper(signal.SIGALRM, ''' 890 self.wait_helper(signal.SIGALRM, '''
|
/external/libchrome/base/files/ |
D | important_file_writer_unittest.cc | 208 base::WaitableEvent wait_helper( in TEST_F() local 213 base::Unretained(&wait_helper))); in TEST_F() 223 wait_helper.Signal(); in TEST_F()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 6147 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() function 6226 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait3() 6251 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait4()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 6845 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() function 6934 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in os_wait3_impl() 6971 return wait_helper(res, WAIT_STATUS_INT(status), &ru); in os_wait4_impl()
|