Searched refs:WAIT_LOCK (Results 1 – 8 of 8) sorted by relevance
20 #define WAIT_LOCK 1 macro
255 PyThread_acquire_lock(lock, WAIT_LOCK); in test_bpo20891()259 PyThread_acquire_lock(lock, WAIT_LOCK); in test_bpo20891()
32 #define WAIT_LOCK 1 macro
92 WAIT_LOCK)319 PyThread_acquire_lock(interp->id_mutex, WAIT_LOCK); in _PyInterpreterState_IDIncref()331 PyThread_acquire_lock(interp->id_mutex, WAIT_LOCK); in _PyInterpreterState_IDDecref()
405 PyThread_acquire_lock(_PyRuntime.ceval.pending.lock, WAIT_LOCK); in Py_MakePendingCalls()
1033 PyThread_acquire_lock(lock, WAIT_LOCK); in faulthandler_fatal_error_c_thread()1044 PyThread_acquire_lock(lock, WAIT_LOCK); in faulthandler_fatal_error_c_thread()
33 #define HEAD_LOCK() PyThread_acquire_lock(head_mutex, WAIT_LOCK)
478 PyThread_acquire_lock(pending_lock, WAIT_LOCK); in Py_MakePendingCalls()