Home
last modified time | relevance | path

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

/third_party/python/Modules/_multiprocessing/
Dsemaphore.c55 #define SEM_GETVALUE(sem, pval) _GetSemaphoreValue(sem, pval)
59 _GetSemaphoreValue(HANDLE handle, long *value) in _GetSemaphoreValue() function