Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcondvar.h81 #define PyMUTEX_UNLOCK(mut) pthread_mutex_unlock(mut) macro
195 PyMUTEX_UNLOCK(PyMUTEX_T *cs) in PyMUTEX_UNLOCK() function
239 PyMUTEX_UNLOCK(cs); in _PyCOND_WAIT_MS()
335 PyMUTEX_UNLOCK(PyMUTEX_T *cs) in PyMUTEX_UNLOCK() function
Dthread_nt.h96 PyMUTEX_UNLOCK(&mutex->cs); /* must ignore result here */ in EnterNonRecursiveMutex()
108 result &= PyMUTEX_UNLOCK(&mutex->cs); in LeaveNonRecursiveMutex()
Dceval_gil.h78 if (PyMUTEX_UNLOCK(&(mut))) { \