Home
last modified time | relevance | path

Searched defs:gilstate (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dinit.rst431 .. _gilstate: target
/external/python/cpython3/Modules/
Dreadline.c899 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_startup_hook() local
914 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_pre_input_hook() local
931 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion_display_matches_hook() local
992 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion() local
1031 PyGILState_STATE gilstate = PyGILState_Ensure(); in flex_complete() local
/external/python/cpython3/Doc/c-api/
Dinit.rst724 .. _gilstate: target
/external/python/cpython2/Modules/
Dreadline.c727 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_hook() local
786 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion_display_matches_hook() local
852 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion() local
/external/python/cpython3/Modules/_sqlite/
Dconnection.c877 PyGILState_STATE gilstate; in _authorizer_callback() local
916 PyGILState_STATE gilstate; in _progress_handler() local
944 PyGILState_STATE gilstate; in _trace_callback() local
1347 PyGILState_STATE gilstate; in pysqlite_collation_callback() local
/external/python/cpython3/Include/internal/
Dpystate.h105 struct _gilstate_runtime_state gilstate; member
/external/python/cpython2/Modules/_sqlite/
Dconnection.c932 PyGILState_STATE gilstate; in _authorizer_callback() local
968 PyGILState_STATE gilstate; in _progress_handler() local
1353 PyGILState_STATE gilstate; in pysqlite_collation_callback() local
/external/python/cpython3/Programs/
D_testembed.c47 PyGILState_STATE gilstate; in test_repeated_init_and_subinterpreters() local