Searched defs:SEM_GETVALUE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/_multiprocessing/ | ||
H A D | semaphore.c | 57 #define SEM_GETVALUE(sem, pval) _GetSemaphoreValue(sem, pval) macro 218 #define SEM_GETVALUE(sem, pval) sem_getvalue(sem, pval) macro |
Completed in 3 milliseconds