Home
last modified time | relevance | path

Searched defs:HEAD_LOCK (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dpystate.c43 #define HEAD_LOCK() PyThread_acquire_lock(head_mutex, WAIT_LOCK) macro
53 #define HEAD_LOCK() /* Nothing */ macro
/external/python/cpython2/Python/
Dpystate.c33 #define HEAD_LOCK() PyThread_acquire_lock(head_mutex, WAIT_LOCK) macro