Home
last modified time | relevance | path

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

/third_party/python/Modules/_multiprocessing/
Dsemaphore.c56 #define SEM_UNLINK(name) 0 macro
217 #define SEM_UNLINK(name) sem_unlink(name) macro
509 if (unlink && SEM_UNLINK(name) < 0) in _multiprocessing_SemLock_impl()
790 if (SEM_UNLINK(name) < 0) { in _PyMp_sem_unlink()