Home
last modified time | relevance | path

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

/third_party/python/Modules/_multiprocessing/
Dsemaphore.c52 #define SEM_GET_LAST_ERROR() GetLastError() macro
213 #define SEM_GET_LAST_ERROR() 0 macro
506 if (handle == SEM_FAILED || SEM_GET_LAST_ERROR() != 0) in _multiprocessing_SemLock_impl()