Home
last modified time | relevance | path

Searched refs:_PyEval_FiniGIL (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ceval.h61 extern void _PyEval_FiniGIL(PyInterpreterState *interp);
/third_party/python/Python/
Dpylifecycle.c600 _PyEval_FiniGIL(tstate->interp); in init_interp_create_gil()
Dceval.c335 _PyEval_FiniGIL(PyInterpreterState *interp) in _PyEval_FiniGIL() function