Searched refs:PyMUTEX_LOCK (Results 1 – 3 of 3) sorted by relevance
68 #define PyMUTEX_LOCK(mut) pthread_mutex_lock(mut) macro139 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK() function187 PyMUTEX_LOCK(cs); in _PyCOND_WAIT_MS()265 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK() function
67 if (PyMUTEX_LOCK(&mutex->cs)) in EnterNonRecursiveMutex()104 if (PyMUTEX_LOCK(&mutex->cs)) in LeaveNonRecursiveMutex()
64 if (PyMUTEX_LOCK(&(mut))) { \