Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystate.c37 #define _PyRuntimeGILState_GetThreadState(gilstate) \ argument
39 #define _PyRuntimeGILState_SetThreadState(gilstate, value) \ argument
427 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyInterpreterState_DeleteExceptMain() local
561 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyInterpreterState_IDDecref() local
884 struct _gilstate_runtime_state *gilstate) in tstate_delete_common()
916 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_Delete() local
938 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_DeleteCurrent() local
948 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_DeleteCurrent() local
1021 _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate, PyThreadState *newts) in _PyThreadState_Swap()
1324 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_IsCurrent() local
[all …]
Dceval.c453 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_AcquireThread() local
549 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_RestoreThread() local
/external/python/cpython3/Modules/
Dreadline.c1021 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_startup_hook() local
1036 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_pre_input_hook() local
1053 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion_display_matches_hook() local
1114 PyGILState_STATE gilstate = PyGILState_Ensure(); in on_completion() local
1153 PyGILState_STATE gilstate = PyGILState_Ensure(); in flex_complete() local
/external/python/cpython2/Doc/c-api/
Dinit.rst431 .. _gilstate: target
/external/python/cpython3/Doc/c-api/
Dinit.rst769 .. _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.c984 PyGILState_STATE gilstate; in _authorizer_callback() local
1023 PyGILState_STATE gilstate; in _progress_handler() local
1061 PyGILState_STATE gilstate; in _trace_callback() local
1528 PyGILState_STATE gilstate; in pysqlite_collation_callback() local
/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/Include/internal/
Dpycore_runtime.h108 struct _gilstate_runtime_state gilstate; member
/external/python/cpython3/Programs/
D_testembed.c59 PyGILState_STATE gilstate; in test_repeated_init_and_subinterpreters() local