Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py682 class ProcessLocalSet(set): class
705 tls_idset = util.ForkAwareLocal(), ProcessLocalSet()
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py729 class ProcessLocalSet(set): class
751 tls_idset = util.ForkAwareLocal(), ProcessLocalSet()