Searched refs:SEM_GET_LAST_ERROR (Results 1 – 1 of 1) sorted by relevance
52 #define SEM_GET_LAST_ERROR() GetLastError() macro213 #define SEM_GET_LAST_ERROR() 0 macro506 if (handle == SEM_FAILED || SEM_GET_LAST_ERROR() != 0) in _multiprocessing_SemLock_impl()