Home
last modified time | relevance | path

Searched refs:need_init_threads (Results 1 – 1 of 1) 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()