• Home
  • Raw
  • Download

Lines Matching defs:gilstate

37 #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
1335 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyGILState_Init() local
1359 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyGILState_SetTstate() local
1378 struct _gilstate_runtime_state *gilstate = &interp->runtime->gilstate; in _PyGILState_Fini() local
1391 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyGILState_Reinit() local
1416 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState()
1449 _PyGILState_GetThisThreadState(struct _gilstate_runtime_state *gilstate) in _PyGILState_GetThisThreadState()
1465 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyGILState_Check() local
1486 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in PyGILState_Ensure() local
1674 _call_in_interpreter(struct _gilstate_runtime_state *gilstate, in _call_in_interpreter()
1717 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyCrossInterpreterData_Release() local