Home
last modified time | relevance | path

Searched refs:ERROR_TOO_MANY_POSTS (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DSynchronization.h367 return ERROR_TOO_MANY_POSTS; // EINVAL in Release()
/third_party/lzma/C/
H A DThreads.c463 ret = ERROR_TOO_MANY_POSTS; // EINVAL; in Semaphore_ReleaseN()
H A D7zTypes.h103 #define ERROR_TOO_MANY_POSTS 298L
124 #define ERROR_TOO_MANY_POSTS ((HRESULT)0x8007012AL) macro
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c195 if (GetLastError() == ERROR_TOO_MANY_POSTS) { in _multiprocessing_SemLock_release_impl()

Completed in 4 milliseconds