Home
last modified time | relevance | path

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

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