Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_runtime.h134 extern PyStatus _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime);
/third_party/python/Python/
Dpystate.c139 _PyRuntimeState_ReInitThreads(_PyRuntimeState *runtime) in _PyRuntimeState_ReInitThreads() function
/third_party/python/Modules/
Dposixmodule.c614 status = _PyRuntimeState_ReInitThreads(runtime); in PyOS_AfterFork_Child()