Lines Matching refs:state
3807 /* Since no new thread state was created, there is no exception to
3809 state. */
4520 PyGILState_STATE state;
4525 /* Allocate a Python thread state for this thread */
4526 state = PyGILState_Ensure();
4538 /* Destroy the Python thread state for this thread */
4539 PyGILState_Release(state);
5463 "TSS key not in an uninitialized state at "
5473 "but with TSS key in an uninitialized state");
5484 "TSS key initialization state was not " \
5493 "set the key state to uninitialized");
5503 "TSS key not in an uninitialized state at "