Searched refs:oldstate (Results 1 – 3 of 3) sorted by relevance
120 int oldstate; in __flockfile_internal() local121 thr_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate); in __flockfile_internal()124 thr_setcancelstate(oldstate, NULL); in __flockfile_internal()
622 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() argument645 assert(oldstate == PyGILState_UNLOCKED); in PyGILState_Release()655 else if (oldstate == PyGILState_UNLOCKED) in PyGILState_Release()
637 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() argument660 assert(oldstate == PyGILState_UNLOCKED); in PyGILState_Release()670 else if (oldstate == PyGILState_UNLOCKED) in PyGILState_Release()