Home
last modified time | relevance | path

Searched refs:oldstate (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dflockfile.c120 int oldstate; in __flockfile_internal() local
121 thr_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate); in __flockfile_internal()
124 thr_setcancelstate(oldstate, NULL); in __flockfile_internal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c622 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() argument
645 assert(oldstate == PyGILState_UNLOCKED); in PyGILState_Release()
655 else if (oldstate == PyGILState_UNLOCKED) in PyGILState_Release()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c637 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() argument
660 assert(oldstate == PyGILState_UNLOCKED); in PyGILState_Release()
670 else if (oldstate == PyGILState_UNLOCKED) in PyGILState_Release()