Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcondvar.h58 #define PyMUTEX_LOCK(mut) pthread_mutex_lock(mut) macro
123 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK() function
171 PyMUTEX_LOCK(cs); in _PyCOND_WAIT_MS()
249 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK() function
Dthread_nt.h68 if (PyMUTEX_LOCK(&mutex->cs)) in EnterNonRecursiveMutex()
111 if (PyMUTEX_LOCK(&mutex->cs)) in LeaveNonRecursiveMutex()
Dceval_gil.h61 if (PyMUTEX_LOCK(&(mut))) { \