Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py91 for _, thread_wakeup in items:
93 thread_wakeup.wakeup()
161 thread_wakeup): argument
164 self.thread_wakeup = thread_wakeup
173 self.thread_wakeup.wakeup()
273 self.thread_wakeup = executor._executor_manager_thread_wakeup
283 thread_wakeup=self.thread_wakeup, argument
288 thread_wakeup.wakeup()
373 assert not self.thread_wakeup._closed
374 wakeup_reader = self.thread_wakeup._reader
[all …]