Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ceval.h28 extern PyStatus _PyEval_ReInitThreads(PyThreadState *tstate);
/third_party/python/Python/
Dceval.c483 _PyEval_ReInitThreads(PyThreadState *tstate) in _PyEval_ReInitThreads() function
/third_party/python/Modules/
Dposixmodule.c602 status = _PyEval_ReInitThreads(tstate); in PyOS_AfterFork_Child()