Searched refs:py_threadstate (Results 1 – 2 of 2) sorted by relevance
357 PyGILState_STATE py_threadstate; in Compute() local358 py_threadstate = PyGILState_Ensure(); in Compute()364 PyGILState_Release(py_threadstate); in Compute()
4209 PyGILState_STATE py_threadstate; local4210 py_threadstate = PyGILState_Ensure();4225 PyGILState_Release(py_threadstate);