Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpystate.c36 #define _PyRuntimeGILState_GetThreadState(gilstate) \ argument
38 #define _PyRuntimeGILState_SetThreadState(gilstate, value) \ argument
383 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyInterpreterState_DeleteExceptMain() local
514 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyInterpreterState_IDDecref() local
837 struct _gilstate_runtime_state *gilstate) in tstate_delete_common()
869 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_Delete() local
891 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_DeleteCurrent() local
901 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_DeleteCurrent() local
966 _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate, PyThreadState *newts) in _PyThreadState_Swap()
1199 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_IsCurrent() local
[all …]
Dceval.c387 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_AcquireThread() local
469 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_RestoreThread() local
/third_party/python/Modules/
Dreadline.c922 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_startup_hook() local
937 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_pre_input_hook() local
954 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion_display_matches_hook() local
1015 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion() local
1054 PyGILState_STATE gilstate = PyGILState_Ensure(); in flex_complete() local
/third_party/python/Doc/c-api/
Dinit.rst732 .. _gilstate: target
/third_party/python/Modules/_sqlite/
Dconnection.c903 PyGILState_STATE gilstate; in _authorizer_callback() local
942 PyGILState_STATE gilstate; in _progress_handler() local
970 PyGILState_STATE gilstate; in _trace_callback() local
1375 PyGILState_STATE gilstate; in pysqlite_collation_callback() local
/third_party/python/Include/internal/
Dpycore_runtime.h99 struct _gilstate_runtime_state gilstate; member
/third_party/python/Programs/
D_testembed.c56 PyGILState_STATE gilstate; in test_repeated_init_and_subinterpreters() local