Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythread.h20 #define WAIT_LOCK 1 macro
/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()