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

  /external/python/cpython3/Include/
pystate.h 161 PyObject *after_forkers_parent; member in struct:_is
  /external/python/cpython3/Python/
pystate.c 163 interp->after_forkers_parent = NULL;
215 Py_CLEAR(interp->after_forkers_parent);
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 447 run_at_forkers(PyThreadState_Get()->interp->after_forkers_parent, 0);
    [all...]

Completed in 120 milliseconds