Home
last modified time | relevance | path

Searched refs:_mmap_counter (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dwindows_utils.py26 _mmap_counter = itertools.count() variable
36 os.getpid(), next(_mmap_counter)))
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py59 _mmap_counter = itertools.count() variable
93 (os.getpid(), _mmap_counter.next()), dir="")
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py45 _mmap_counter = itertools.count() variable
84 (os.getpid(), next(_mmap_counter)), dir="")