Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dutil.py149 _afterfork_registry = weakref.WeakValueDictionary() variable
153 items = list(_afterfork_registry.items())
162 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2534 conn.send(len(util._afterfork_registry))
2540 old_size = len(util._afterfork_registry)