Searched refs:PyGILState_Ensure (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dpystate.h150 PyGILState_Ensure() was called, and must be passed to
153 each unique call to PyGILState_Ensure must save the handle for its
160 PyAPI_FUNC(PyGILState_STATE) PyGILState_Ensure(void);
164 PyGILState_Ensure() call (but generally this state will be unknown to
167 Every call to PyGILState_Ensure must be matched by a call to
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpystate.h148 PyGILState_Ensure() was called, and must be passed to
151 each unique call to PyGILState_Ensure must save the handle for its
158 PyAPI_FUNC(PyGILState_STATE) PyGILState_Ensure(void);
162 PyGILState_Ensure() call (but generally this state will be unknown to
165 Every call to PyGILState_Ensure must be matched by a call to
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dreadline.c712 PyGILState_STATE gilstate = PyGILState_Ensure();
762 PyGILState_STATE gilstate = PyGILState_Ensure();
807 PyGILState_STATE gilstate = PyGILState_Ensure();
H A D_testcapimodule.c1282 PyGILState_STATE s = PyGILState_Ensure();
H A Dposixmodule.c4847 state = PyGILState_Ensure();
5599 state = PyGILState_Ensure();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dconnection.c652 threadstate = PyGILState_Ensure();
691 threadstate = PyGILState_Ensure();
752 threadstate = PyGILState_Ensure();
921 gilstate = PyGILState_Ensure();
955 gilstate = PyGILState_Ensure();
1339 gilstate = PyGILState_Ensure();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dpystate.c543 PyGILState_Ensure, it's important that the GILState machinery knows about
587 PyGILState_Ensure(void) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpystate.c558 PyGILState_Ensure, it's important that the GILState machinery knows about
602 PyGILState_Ensure(void) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobject.c345 gil = PyGILState_Ensure();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobject.c345 gil = PyGILState_Ensure();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c3257 state = PyGILState_Ensure();
4009 state = PyGILState_Ensure();

Completed in 45 milliseconds