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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dutil.py148 _afterfork_registry = weakref.WeakValueDictionary() variable
152 items = list(_afterfork_registry.items())
161 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dutil.py148 _afterfork_registry = weakref.WeakValueDictionary() variable
152 items = list(_afterfork_registry.items())
161 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj

Completed in 56 milliseconds