/aosp_15_r20/external/python/cpython3/Python/ |
D | pystate.c | 40 #define _PyRuntimeGILState_GetThreadState(gilstate) \ argument 42 #define _PyRuntimeGILState_SetThreadState(gilstate, value) \ argument 538 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyInterpreterState_DeleteExceptMain() local 672 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyInterpreterState_IDDecref() local 1071 struct _gilstate_runtime_state *gilstate) in tstate_delete_common() 1109 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_Delete() local 1131 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_DeleteCurrent() local 1141 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_DeleteCurrent() local 1206 _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate, PyThreadState *newts) in _PyThreadState_Swap() 1515 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_IsCurrent() local [all …]
|
D | ceval.c | 458 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_AcquireThread() local 537 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_RestoreThread() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | readline.c | 1023 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_startup_hook() local 1038 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_pre_input_hook() local 1055 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion_display_matches_hook() local 1116 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion() local 1155 PyGILState_STATE gilstate = PyGILState_Ensure(); in flex_complete() local
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 1057 PyGILState_STATE gilstate = PyGILState_Ensure(); in inverse_callback() local 1105 PyGILState_STATE gilstate = PyGILState_Ensure(); in value_callback() local 1246 PyGILState_STATE gilstate = PyGILState_Ensure(); in authorizer_callback() local 1281 PyGILState_STATE gilstate = PyGILState_Ensure(); in progress_callback() local 1325 PyGILState_STATE gilstate = PyGILState_Ensure(); in trace_callback() local 1780 PyGILState_STATE gilstate = PyGILState_Ensure(); in collation_callback() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | readline.c | 727 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
|
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | connection.c | 932 PyGILState_STATE gilstate; in _authorizer_callback() local 968 PyGILState_STATE gilstate; in _progress_handler() local 1353 PyGILState_STATE gilstate; in pysqlite_collation_callback() local
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | init.rst | 431 .. _gilstate: target
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | init.rst | 816 .. _gilstate: target
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_runtime.h | 116 struct _gilstate_runtime_state gilstate; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 116 struct _gilstate_runtime_state gilstate; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 116 struct _gilstate_runtime_state gilstate; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 116 struct _gilstate_runtime_state gilstate; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 116 struct _gilstate_runtime_state gilstate; member
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _testembed.c | 115 PyGILState_STATE gilstate; in test_repeated_init_and_subinterpreters() local
|