Home
last modified time | relevance | path

Searched refs:wait_helper (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_signal.py851 def wait_helper(self, blocked, test): member in PendingSignalsTests
898 self.wait_helper(signal.SIGALRM, '''
910 self.wait_helper(signal.SIGALRM, '''
921 self.wait_helper(signal.SIGALRM, '''
933 self.wait_helper(signal.SIGALRM, '''
945 self.wait_helper(signal.SIGALRM, '''
/external/libchrome/base/files/
Dimportant_file_writer_unittest.cc208 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/cpython3/Tools/c-analyzer/
DTODO154 Modules/posixmodule.c:wait_helper():struct_rusage static PyObject *struct_rusage
331 Modules/posixmodule.c:wait_helper():PyId_struct_rusage _Py_IDENTIFIER(struct_rusage)
Dknown.tsv1394 Modules/posixmodule.c wait_helper PyId_struct_rusage variable _Py_IDENTIFIER(struct_rusage)
1779 Modules/posixmodule.c wait_helper struct_rusage variable static PyObject *struct_rusage
/external/python/cpython2/Modules/
Dposixmodule.c6147 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/
Dposixmodule.c8063 wait_helper(PyObject *module, pid_t pid, int status, struct rusage *ru) in wait_helper() function
8156 return wait_helper(module, pid, WAIT_STATUS_INT(status), &ru); in os_wait3_impl()
8193 return wait_helper(module, res, WAIT_STATUS_INT(status), &ru); in os_wait4_impl()