Searched refs:change_notifier (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 498 def _wait_for_updates(sentinels, change_notifier, timeout=None): argument 500 while not change_notifier.empty(): 501 change_notifier.get() 507 change_notifier): argument 519 cls._wait_for_updates(current_sentinels, change_notifier) 680 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, change_notifier, argument 696 change_notifier.put(None) 948 def _wait_for_updates(self, sentinels, change_notifier, timeout): argument
|