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

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

Completed in 6 milliseconds