Home
last modified time | relevance | path

Searched refs:PyThreadState_IsCurrent (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c510 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent() function
609 current = PyThreadState_IsCurrent(tcur); in PyGILState_Ensure()
634 if (! PyThreadState_IsCurrent(tcur)) in PyGILState_Release()
636 assert(PyThreadState_IsCurrent(tcur)); in PyGILState_Release()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c508 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent() function
624 current = PyThreadState_IsCurrent(tcur); in PyGILState_Ensure()
649 if (! PyThreadState_IsCurrent(tcur)) in PyGILState_Release()
651 assert(PyThreadState_IsCurrent(tcur)); in PyGILState_Release()