Searched refs:py_threadstate (Results 1 – 2 of 2) sorted by relevance
359 PyGILState_STATE py_threadstate; in Compute() local360 py_threadstate = PyGILState_Ensure(); in Compute()366 PyGILState_Release(py_threadstate); in Compute()
4031 PyGILState_STATE py_threadstate; local4032 py_threadstate = PyGILState_Ensure();4047 PyGILState_Release(py_threadstate);