Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dintrcheck.h14 PyAPI_FUNC(void) PyOS_AfterFork_Child(void);
/external/python/cpython3/Doc/c-api/
Dsys.rst62 .. c:function:: void PyOS_AfterFork_Child()
74 true for ``PyOS_AfterFork_Child()``.
81 :c:func:`PyOS_AfterFork_Parent` and :c:func:`PyOS_AfterFork_Child`.
92 This function is superseded by :c:func:`PyOS_AfterFork_Child()`.
Dinit.rst796 :c:func:`PyOS_AfterFork_Child` tries to reset the necessary locks, but is not
/external/python/cpython3/Modules/
D_posixsubprocess.c862 PyOS_AfterFork_Child(); in subprocess_fork_exec()
Dposixmodule.c571 PyOS_AfterFork_Child(void) in PyOS_AfterFork_Child() function
604 PyOS_AfterFork_Child(); in PyOS_AfterFork()
6561 PyOS_AfterFork_Child(); in os_fork1_impl()
6600 PyOS_AfterFork_Child(); in os_fork_impl()
7217 PyOS_AfterFork_Child(); in os_forkpty_impl()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst2051 It should not be called explicitly: use :c:func:`PyOS_AfterFork_Child`
D3.7.0a1.rst6315 PyOS_AfterFork_Parent() and PyOS_AfterFork_Child().
/external/python/cpython3/Doc/data/
Drefcounts.dat1559 PyOS_AfterFork_Child:void:::
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1695 :c:func:`PyOS_AfterFork_Child`. (Contributed by Antoine Pitrou in
2096 :c:func:`PyOS_AfterFork_Parent` or :c:func:`PyOS_AfterFork_Child()` instead.
D3.8.rst2017 It should not be called explicitly: use :c:func:`PyOS_AfterFork_Child`
/external/python/cpython3/Doc/library/
Dos.rst3814 :c:func:`PyOS_AfterFork_Parent` and :c:func:`PyOS_AfterFork_Child`.