Home
last modified time | relevance | path

Searched refs:_PyEval_ReInitThreads (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ceval.h63 extern PyStatus _PyEval_ReInitThreads(PyThreadState *tstate);
/external/python/cpython3/Python/
Dceval_gil.c616 _PyEval_ReInitThreads(PyThreadState *tstate) in _PyEval_ReInitThreads() function
/external/python/cpython3/Modules/
Dposixmodule.c668 status = _PyEval_ReInitThreads(tstate); in PyOS_AfterFork_Child()
/external/python/cpython3/Doc/data/
Dpython3.13.abi2456 …<function-decl name='_PyEval_ReInitThreads' filepath='./Include/internal/pycore_ceval.h' line='63'…