Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dpool.py498 def _wait_for_updates(sentinels, change_notifier, timeout=None): argument
506 maxtasksperchild, wrap_exception, sentinels, argument
948 def _wait_for_updates(self, sentinels, change_notifier, timeout): argument
/external/image_io/src/base/
Ddata_scanner.cc66 DataScanner DataScanner::CreateSentinelScanner(const std::string& sentinels) { in CreateSentinelScanner()