Searched refs:PyMUTEX_UNLOCK (Results 1 – 3 of 3) sorted by relevance
59 #define PyMUTEX_UNLOCK(mut) pthread_mutex_unlock(mut) macro130 PyMUTEX_UNLOCK(PyMUTEX_T *cs) in PyMUTEX_UNLOCK() function165 PyMUTEX_UNLOCK(cs); in _PyCOND_WAIT_MS()256 PyMUTEX_UNLOCK(PyMUTEX_T *cs) in PyMUTEX_UNLOCK() function
103 PyMUTEX_UNLOCK(&mutex->cs); /* must ignore result here */ in EnterNonRecursiveMutex()116 PyMUTEX_UNLOCK(&mutex->cs); in LeaveNonRecursiveMutex()
64 if (PyMUTEX_UNLOCK(&(mut))) { \