Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c34 #define SEM_GET_LAST_ERROR() GetLastError() macro
194 #define SEM_GET_LAST_ERROR() 0 macro
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c36 #define SEM_GET_LAST_ERROR() GetLastError() macro
187 #define SEM_GET_LAST_ERROR() 0 macro