Home
last modified time | relevance | path

Searched refs:need_init_threads (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dpystate.c591 int need_init_threads = 0; in PyGILState_Ensure() local
601 need_init_threads = 1; in PyGILState_Ensure()
627 if (need_init_threads) { in PyGILState_Ensure()
/external/python/cpython3/Python/
Dpystate.c1039 int need_init_threads = 0; in PyGILState_Ensure() local
1051 need_init_threads = 1; in PyGILState_Ensure()
1077 if (need_init_threads) { in PyGILState_Ensure()