Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c650 PyGILState_STATE threadstate; in _pysqlite_func_callback() local
652 threadstate = PyGILState_Ensure(); in _pysqlite_func_callback()
676 PyGILState_Release(threadstate); in _pysqlite_func_callback()
689 PyGILState_STATE threadstate; in _pysqlite_step_callback() local
691 threadstate = PyGILState_Ensure(); in _pysqlite_step_callback()
740 PyGILState_Release(threadstate); in _pysqlite_step_callback()
750 PyGILState_STATE threadstate; in _pysqlite_final_callback() local
752 threadstate = PyGILState_Ensure(); in _pysqlite_final_callback()
780 PyGILState_Release(threadstate); in _pysqlite_final_callback()