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/
H A Dsemaphore.c54 #define SEM_GET_LAST_ERROR() GetLastError() macro
215 #define SEM_GET_LAST_ERROR() 0 macro
506 if (handle == SEM_FAILED || SEM_GET_LAST_ERROR() != 0) in _multiprocessing_SemLock_impl()

Completed in 2 milliseconds