Home
last modified time | relevance | path

Searched defs:gil (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() local
236 struct _gil_runtime_state *gil = &ceval2->gil; in take_gil() local
238 struct _gil_runtime_state *gil = &ceval->gil; in take_gil() local
333 struct _gil_runtime_state *gil = &interp->ceval.gil; in _PyEval_SetSwitchInterval() local
344 struct _gil_runtime_state *gil = &interp->ceval.gil; in _PyEval_GetSwitchInterval() local
Dceval.c319 struct _gil_runtime_state *gil = &tstate->interp->ceval.gil; in _PyEval_InitGIL() local
321 struct _gil_runtime_state *gil = &tstate->interp->runtime->ceval.gil; in _PyEval_InitGIL() local
347 struct _gil_runtime_state *gil = &interp->ceval.gil; in _PyEval_FiniGIL() local
349 struct _gil_runtime_state *gil = &interp->runtime->ceval.gil; in _PyEval_FiniGIL() local
488 struct _gil_runtime_state *gil = &tstate->interp->ceval.gil; in _PyEval_ReInitThreads() local
490 struct _gil_runtime_state *gil = &runtime->ceval.gil; in _PyEval_ReInitThreads() local
/third_party/python/Include/internal/
Dpycore_runtime.h23 struct _gil_runtime_state gil; member
Dpycore_interp.h43 struct _gil_runtime_state gil; member
/third_party/python/Objects/
Dobject.c394 PyGILState_STATE gil = PyGILState_Ensure(); in _PyObject_Dump() local