Home
last modified time | relevance | path

Searched refs:WAIT_LOCK (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dpythread.h20 #define WAIT_LOCK 1 macro
/external/python/cpython3/Programs/
D_testembed.c255 PyThread_acquire_lock(lock, WAIT_LOCK); in test_bpo20891()
259 PyThread_acquire_lock(lock, WAIT_LOCK); in test_bpo20891()
/external/python/cpython3/Include/
Dpythread.h32 #define WAIT_LOCK 1 macro
/external/python/cpython3/Python/
Dpystate.c92 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()
Dceval.c405 PyThread_acquire_lock(_PyRuntime.ceval.pending.lock, WAIT_LOCK); in Py_MakePendingCalls()
/external/python/cpython3/Modules/
Dfaulthandler.c1033 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()
/external/python/cpython2/Python/
Dpystate.c33 #define HEAD_LOCK() PyThread_acquire_lock(head_mutex, WAIT_LOCK)
Dceval.c478 PyThread_acquire_lock(pending_lock, WAIT_LOCK); in Py_MakePendingCalls()