Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dreadline.c1051 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_startup_hook() local
1071 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_pre_input_hook() local
1093 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion_display_matches_hook() local
1157 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion() local
1204 PyGILState_STATE gilstate = PyGILState_Ensure(); in flex_complete() local
/external/python/cpython3/Doc/c-api/
Dinit.rst1004 .. _gilstate: target
/external/python/cpython3/Modules/_sqlite/
Dconnection.c1192 PyGILState_STATE gilstate = PyGILState_Ensure(); in inverse_callback() local
1240 PyGILState_STATE gilstate = PyGILState_Ensure(); in value_callback() local
1382 PyGILState_STATE gilstate = PyGILState_Ensure(); in authorizer_callback() local
1417 PyGILState_STATE gilstate = PyGILState_Ensure(); in progress_callback() local
1454 PyGILState_STATE gilstate = PyGILState_Ensure(); in trace_callback() local
1898 PyGILState_STATE gilstate = PyGILState_Ensure(); in collation_callback() local
/external/python/cpython3/Include/internal/
Dpycore_runtime.h302 struct _gilstate_runtime_state gilstate; member
/external/python/cpython3/Programs/
D_testembed.c129 PyGILState_STATE gilstate; in test_repeated_init_and_subinterpreters() local