Home
last modified time | relevance | path

Searched defs:change_notifier (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dpool.py498 def _wait_for_updates(sentinels, change_notifier, timeout=None): argument
507 change_notifier): argument
680 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, change_notifier, argument
948 def _wait_for_updates(self, sentinels, change_notifier, timeout): argument