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

  /external/python/cpython3/Lib/
random.py 773 _os.register_at_fork(after_in_child=_inst.seed)
threading.py     [all...]
  /external/python/cpython3/Lib/test/
test_posix.py 213 os.register_at_fork(after_in_child="three")
219 os.register_at_fork(after_in_child=None)
227 os.register_at_fork(before=lambda: None, after_in_child='')
238 os.register_at_fork(after_in_child=lambda: os.write(w, b'E'))
241 after_in_child=lambda: os.write(w, b'F'))
    [all...]
  /external/python/cpython3/Lib/logging/
__init__.py 236 after_in_child=_releaseLock,
273 after_in_child=_after_at_fork_weak_calls,
    [all...]
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h 1855 PyObject *after_in_child = NULL; local
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 399 milliseconds