Home
last modified time | relevance | path

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

/external/python/futures/concurrent/futures/
Dthread.py59 if not self.future.set_running_or_notify_cancel():
Dprocess.py164 if work_item.future.set_running_or_notify_cancel():
D_base.py519 def set_running_or_notify_cancel(self): member in Future
/external/python/cpython3/Lib/concurrent/futures/
Dthread.py53 if not self.future.set_running_or_notify_cancel():
D_base.py470 def set_running_or_notify_cancel(self): member in Future
Dprocess.py271 if work_item.future.set_running_or_notify_cancel():
/external/python/cpython3/Lib/asyncio/
Dfutures.py296 if not concurrent.set_running_or_notify_cancel():
Dtasks.py809 if future.set_running_or_notify_cancel():
/external/python/futures/docs/
Dindex.rst271 .. method:: Future.set_running_or_notify_cancel()
/external/python/cpython3/Doc/library/
Dconcurrent.futures.rst356 .. method:: set_running_or_notify_cancel()