Searched refs:py_threadstate (Results 1 – 2 of 2) sorted by relevance
523 PyGILState_STATE py_threadstate; in Compute() local524 py_threadstate = PyGILState_Ensure(); in Compute()530 PyGILState_Release(py_threadstate); in Compute()
3107 PyGILState_STATE py_threadstate; local3108 py_threadstate = PyGILState_Ensure();3120 PyGILState_Release(py_threadstate);