Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h162 PyObject *after_forkers_child; member
/external/python/cpython3/Python/
Dpystate.c164 interp->after_forkers_child = NULL; in PyInterpreterState_New()
216 Py_CLEAR(interp->after_forkers_child); in PyInterpreterState_Clear()
/external/python/cpython3/Modules/
Dposixmodule.c458 run_at_forkers(PyThreadState_Get()->interp->after_forkers_child, 0); in PyOS_AfterFork_Child()
5389 if (register_at_forker(&interp->after_forkers_child, after_in_child)) { in os_register_at_fork_impl()