Home
last modified time | relevance | path

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

/third_party/python/Modules/_multiprocessing/
Dsemaphore.c51 #define SEM_CLEAR_ERROR() SetLastError(0) macro
212 #define SEM_CLEAR_ERROR() macro
503 SEM_CLEAR_ERROR(); in _multiprocessing_SemLock_impl()