Home
last modified time | relevance | path

Searched refs:gstate (Results 1 – 1 of 1) sorted by path

/unit/src/python/
H A Dnxt_python.c675 PyGILState_STATE gstate; in nxt_python_thread_func() local
683 gstate = PyGILState_Ensure(); in nxt_python_thread_func()
702 PyGILState_Release(gstate); in nxt_python_thread_func()