Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystate.c42 #define HEAD_INIT() (void)(head_mutex || (head_mutex = PyThread_allocate_lock())) macro
52 #define HEAD_INIT() /* Nothing */ macro
/external/python/cpython2/Python/
Dpystate.c32 #define HEAD_INIT() (void)(head_mutex || (head_mutex = PyThread_allocate_lock())) macro