Home
last modified time | relevance | path

Searched refs:_afterfork_registry (Results 1 – 4 of 4) 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/cpython3/Lib/multiprocessing/
Dutil.py159 _afterfork_registry = weakref.WeakValueDictionary() variable
163 items = list(_afterfork_registry.items())
172 _afterfork_registry[(next(_afterfork_counter), id(obj), func)] = obj
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2665 conn.send(len(util._afterfork_registry))
2671 old_size = len(util._afterfork_registry)
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py4855 conn.send(len(util._afterfork_registry))
4861 old_size = len(util._afterfork_registry)