HomeSort by relevance Sort by last modified time
    Searched refs:after_forkers_child (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
pystate.h 162 PyObject *after_forkers_child; member in struct:_is
  /external/python/cpython3/Python/
pystate.c 164 interp->after_forkers_child = NULL;
216 Py_CLEAR(interp->after_forkers_child);
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 458 run_at_forkers(PyThreadState_Get()->interp->after_forkers_child, 0);
    [all...]

Completed in 623 milliseconds