Searched refs:PyMUTEX_LOCK (Results 1 – 3 of 3) sorted by relevance
58 #define PyMUTEX_LOCK(mut) pthread_mutex_lock(mut) macro123 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK() function171 PyMUTEX_LOCK(cs); in _PyCOND_WAIT_MS()249 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK() function
68 if (PyMUTEX_LOCK(&mutex->cs)) in EnterNonRecursiveMutex()111 if (PyMUTEX_LOCK(&mutex->cs)) in LeaveNonRecursiveMutex()
61 if (PyMUTEX_LOCK(&(mut))) { \