Home
last modified time | relevance | path

Searched refs:_gil_runtime_state (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Python/
Dceval_gil.h93 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()
148 struct _gil_runtime_state *gil = &ceval2->gil; in drop_gil()
150 struct _gil_runtime_state *gil = &ceval->gil; in drop_gil()
236 struct _gil_runtime_state *gil = &ceval2->gil; in take_gil()
238 struct _gil_runtime_state *gil = &ceval->gil; in take_gil()
333 struct _gil_runtime_state *gil = &interp->ceval.gil; in _PyEval_SetSwitchInterval()
[all …]
Dceval.c319 struct _gil_runtime_state *gil = &tstate->interp->ceval.gil; in _PyEval_InitGIL()
321 struct _gil_runtime_state *gil = &tstate->interp->runtime->ceval.gil; in _PyEval_InitGIL()
347 struct _gil_runtime_state *gil = &interp->ceval.gil; in _PyEval_FiniGIL()
349 struct _gil_runtime_state *gil = &interp->runtime->ceval.gil; in _PyEval_FiniGIL()
488 struct _gil_runtime_state *gil = &tstate->interp->ceval.gil; in _PyEval_ReInitThreads()
490 struct _gil_runtime_state *gil = &runtime->ceval.gil; in _PyEval_ReInitThreads()
/third_party/python/Include/internal/
Dpycore_gil.h23 struct _gil_runtime_state { struct
Dpycore_runtime.h23 struct _gil_runtime_state gil;
Dpycore_interp.h43 struct _gil_runtime_state gil;