Home
last modified time | relevance | path

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

/third_party/python/Python/
H A 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
H A Dthread_nt.h68 if (PyMUTEX_LOCK(&mutex->cs)) in EnterNonRecursiveMutex()
108 if (PyMUTEX_LOCK(&mutex->cs)) in LeaveNonRecursiveMutex()
H A Dceval_gil.h61 if (PyMUTEX_LOCK(&(mut))) { \
62 Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };

Completed in 2 milliseconds