Searched refs:after_in_parent (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/concurrent/futures/ |
H A D | thread.py | 43 after_in_parent=_global_shutdown_lock.release) variable
|
/third_party/python/Lib/test/ |
H A D | test_posix.py | 224 os.register_at_fork(after_in_parent=b"Five") 230 os.register_at_fork(after_in_parent=None) 233 os.register_at_fork(before=None, after_in_parent=lambda: 3) 246 os.register_at_fork(after_in_parent=lambda: os.write(w, b'C')) 249 after_in_parent=lambda: os.write(w, b'D'),
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 6771 after_in_parent: object=NULL 6777 'after_in_child' and 'after_in_parent' callbacks are called in order. 6783 PyObject *after_in_child, PyObject *after_in_parent) in os_register_at_fork_impl() 6788 if (!before && !after_in_child && !after_in_parent) { in os_register_at_fork_impl() 6794 check_null_or_callable(after_in_parent, "after_in_parent")) { in os_register_at_fork_impl() 6805 if (register_at_forker(&interp->after_forkers_parent, after_in_parent)) { in os_register_at_fork_impl() 6782 os_register_at_fork_impl(PyObject *module, PyObject *before, PyObject *after_in_child, PyObject *after_in_parent) os_register_at_fork_impl() argument
|
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 2589 " after_in_parent=<unrepresentable>)\n" 2598 " after_in_parent\n" 2602 "\'after_in_child\' and \'after_in_parent\' callbacks are called in order."); 2609 PyObject *after_in_child, PyObject *after_in_parent); 2615 static const char * const _keywords[] = {"before", "after_in_child", "after_in_parent", NULL}; in os_register_at_fork() 2621 PyObject *after_in_parent = NULL; in os_register_at_fork() local 2642 after_in_parent = args[2]; in os_register_at_fork() 2644 return_value = os_register_at_fork_impl(module, before, after_in_child, after_in_parent); in os_register_at_fork()
|
/third_party/python/Lib/logging/ |
H A D | __init__.py | 273 after_in_parent=_releaseLock)
|
Completed in 32 milliseconds