Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dqueues.py173 def cancel_join_thread(self): member in Queue
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst559 not used :meth:`JoinableQueue.cancel_join_thread
560 <multiprocessing.Queue.cancel_join_thread>`), then that process will
664 :meth:`cancel_join_thread` to make :meth:`join_thread` do nothing.
666 .. method:: cancel_join_thread()
2310 :meth:`~multiprocessing.Queue.cancel_join_thread` method of the queue to avoid this behaviour.)