Home
last modified time | relevance | path

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

/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c58 #define SEM_UNLINK(name) 0 macro
219 #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()

Completed in 1 milliseconds