Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c540 run_at_forkers(PyObject *lst, int reverse) in run_at_forkers() function
574 run_at_forkers(_PyInterpreterState_GET()->before_forkers, 1); in PyOS_BeforeFork()
585 run_at_forkers(_PyInterpreterState_GET()->after_forkers_parent, 0); in PyOS_AfterFork_Parent()
625 run_at_forkers(tstate->interp->after_forkers_child, 0); in PyOS_AfterFork_Child()