Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dutil.py150 _afterfork_counter = itertools.count() variable
162 _afterfork_registry[(_afterfork_counter.next(), id(obj), func)] = obj
/external/python/cpython3/Lib/multiprocessing/
Dutil.py160 _afterfork_counter = itertools.count() variable
172 _afterfork_registry[(next(_afterfork_counter), id(obj), func)] = obj