Home
last modified time | relevance | path

Searched defs:gilstate (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_runtime.h116 struct _gilstate_runtime_state gilstate; member
/third_party/python/Modules/
H A Dreadline.c1023 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
[all...]
/third_party/python/Programs/
H A D_testembed.c115 PyGILState_STATE gilstate; in test_repeated_init_and_subinterpreters() local
/third_party/python/Python/
H A Dpystate.c538 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyInterpreterState_DeleteExceptMain() local
672 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; _PyInterpreterState_IDDecref() local
1070 tstate_delete_common(PyThreadState *tstate, struct _gilstate_runtime_state *gilstate) tstate_delete_common() argument
1109 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; _PyThreadState_Delete() local
1131 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; _PyThreadState_DeleteCurrent() local
1141 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; PyThreadState_DeleteCurrent() local
1206 _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate, PyThreadState *newts) _PyThreadState_Swap() argument
1515 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; PyThreadState_IsCurrent() local
1526 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; _PyGILState_Init() local
1550 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; _PyGILState_SetTstate() local
1569 struct _gilstate_runtime_state *gilstate = &interp->runtime->gilstate; _PyGILState_Fini() local
1582 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; _PyGILState_Reinit() local
1607 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) _PyGILState_NoteThreadState() argument
1640 _PyGILState_GetThisThreadState(struct _gilstate_runtime_state *gilstate) _PyGILState_GetThisThreadState() argument
1656 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; PyGILState_Check() local
1677 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; PyGILState_Ensure() local
1866 _call_in_interpreter(struct _gilstate_runtime_state *gilstate, PyInterpreterState *interp, void (*func)(void *), void *arg) _call_in_interpreter() argument
1909 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; _PyCrossInterpreterData_Release() local
[all...]
H A Dceval.c458 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
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c1057 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(); collation_callback() local
[all...]

Completed in 14 milliseconds