Home
last modified time | relevance | path

Searched refs:_gil_runtime_state (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Python/
H A 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()
137 static void recreate_gil(struct _gil_runtime_state *gil) in recreate_gil()
149 struct _gil_runtime_state *gil = &ceval->gil; in drop_gil()
233 struct _gil_runtime_state *gil = &ceval->gil; in take_gil()
336 struct _gil_runtime_state *gil = &_PyRuntime.ceval.gil; in _PyEval_SetSwitchInterval()
342 struct _gil_runtime_state *gil = &_PyRuntime.ceval.gil; in _PyEval_GetSwitchInterval()
H A Dceval.c373 struct _gil_runtime_state *gil = &tstate->interp->runtime->ceval.gil; in _PyEval_InitGIL()
395 struct _gil_runtime_state *gil = &interp->runtime->ceval.gil; in _PyEval_FiniGIL()
488 struct _gil_runtime_state *gil = &runtime->ceval.gil; in _PyEval_ReInitThreads()
/third_party/python/Include/internal/
H A Dpycore_gil.h23 struct _gil_runtime_state { struct
H A Dpycore_runtime.h12 #include "pycore_gil.h" // struct _gil_runtime_state
26 struct _gil_runtime_state gil;

Completed in 13 milliseconds