Home
last modified time | relevance | path

Searched defs:_worker (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/ctypes/test/
Dtest_errno.py26 def _worker(): function
57 def _worker(): function
/external/python/cpython2/Lib/ctypes/test/
Dtest_errno.py30 def _worker(): function
61 def _worker(): function
/external/python/cpython2/Demo/threads/
Dfind.py81 def _worker(self): member in WorkQ
/external/python/cpython3/Lib/concurrent/futures/
Dthread.py69 def _worker(executor_reference, work_queue, initializer, initargs): function