Home
last modified time | relevance | path

Searched defs:SEM_UNLINK (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c38 #define SEM_UNLINK(name) 0 macro
198 #define SEM_UNLINK(name) sem_unlink(name) macro
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c40 #define SEM_UNLINK(name) 0 macro
191 #define SEM_UNLINK(name) sem_unlink(name) macro