Home
last modified time | relevance | path

Searched refs:set_running_or_notify_cancel (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/concurrent/futures/
H A Dthread.py54 if not self.future.set_running_or_notify_cancel():
H A D_base.py497 def set_running_or_notify_cancel(self): member in Future
H A Dprocess.py391 if work_item.future.set_running_or_notify_cancel():
/third_party/python/Lib/asyncio/
H A Dfutures.py251 # So-called internal methods (note: no set_running_or_notify_cancel()).
335 if not concurrent.set_running_or_notify_cancel():
H A Dtasks.py922 if future.set_running_or_notify_cancel():

Completed in 5 milliseconds