Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dshared_memory.py34 _SHM_NAME_PREFIX = '/psm_' variable
36 _SHM_NAME_PREFIX = 'wnsm_' variable
42 nbytes = (_SHM_SAFE_NAME_LENGTH - len(_SHM_NAME_PREFIX)) // 2
44 name = _SHM_NAME_PREFIX + secrets.token_hex(nbytes)
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3796 NAME_PREFIX = shared_memory._SHM_NAME_PREFIX