Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h275 PyObject *after_forkers_child; member
/third_party/python/Python/
Dpystate.c317 Py_CLEAR(interp->after_forkers_child); in interpreter_clear()
/third_party/python/Modules/
Dposixmodule.c625 run_at_forkers(tstate->interp->after_forkers_child, 0); in PyOS_AfterFork_Child()
6662 if (register_at_forker(&interp->after_forkers_child, after_in_child)) { in os_register_at_fork_impl()