Searched refs:_gil_runtime_state (Results 1 – 4 of 4) sorted by relevance
93 static void _gil_initialize(struct _gil_runtime_state *gil) in _gil_initialize()100 static int gil_created(struct _gil_runtime_state *gil) in gil_created()105 static void create_gil(struct _gil_runtime_state *gil) in create_gil()120 static void destroy_gil(struct _gil_runtime_state *gil) in destroy_gil()136 static void recreate_gil(struct _gil_runtime_state *gil) in recreate_gil()147 struct _gil_runtime_state *gil = &ceval->gil; in drop_gil()231 struct _gil_runtime_state *gil = &ceval->gil; in take_gil()323 struct _gil_runtime_state *gil = &_PyRuntime.ceval.gil; in _PyEval_SetSwitchInterval()329 struct _gil_runtime_state *gil = &_PyRuntime.ceval.gil; in _PyEval_GetSwitchInterval()
281 struct _gil_runtime_state *gil = &tstate->interp->runtime->ceval.gil; in _PyEval_InitGIL()303 struct _gil_runtime_state *gil = &tstate->interp->runtime->ceval.gil; in _PyEval_FiniGIL()420 struct _gil_runtime_state *gil = &runtime->ceval.gil; in _PyEval_ReInitThreads()
23 struct _gil_runtime_state { struct
22 struct _gil_runtime_state gil;