Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dreadline.c712 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_hook() local
731 PyGILState_Release(gilstate); in on_hook()
762 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion_display_matches_hook() local
793 PyGILState_Release(gilstate); in on_completion_display_matches_hook()
807 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion() local
829 PyGILState_Release(gilstate); in on_completion()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c919 PyGILState_STATE gilstate; in _authorizer_callback() local
921 gilstate = PyGILState_Ensure(); in _authorizer_callback()
943 PyGILState_Release(gilstate); in _authorizer_callback()
953 PyGILState_STATE gilstate; in _progress_handler() local
955 gilstate = PyGILState_Ensure(); in _progress_handler()
974 PyGILState_Release(gilstate); in _progress_handler()
1334 PyGILState_STATE gilstate; in pysqlite_collation_callback() local
1339 gilstate = PyGILState_Ensure(); in pysqlite_collation_callback()
1370 PyGILState_Release(gilstate); in pysqlite_collation_callback()