Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
H A Dutil.py159 _afterfork_registry = weakref.WeakValueDictionary() variable
163 items = list(_afterfork_registry.items())
172 _afterfork_registry[(next(_afterfork_counter), id(obj), func)] = obj
/third_party/python/Lib/test/
H A D_test_multiprocessing.py5063 conn.send(len(util._afterfork_registry))
5069 old_size = len(util._afterfork_registry)

Completed in 11 milliseconds