Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dintrcheck.h14 PyAPI_FUNC(void) PyOS_AfterFork_Child(void);
/external/python/cpython3/Doc/c-api/
Dsys.rst50 .. c:function:: void PyOS_AfterFork_Child()
63 :c:func:`PyOS_AfterFork_Parent` and :c:func:`PyOS_AfterFork_Child`.
74 This function is superseded by :c:func:`PyOS_AfterFork_Child()`.
Dinit.rst778 :c:func:`PyOS_AfterFork_Child` tries to reset the necessary locks, but is not
875 This function is called from :c:func:`PyOS_AfterFork_Child` to ensure
/external/python/cpython3/Modules/
D_posixsubprocess.c700 PyOS_AfterFork_Child(); in subprocess_fork_exec()
Dposixmodule.c451 PyOS_AfterFork_Child(void) in PyOS_AfterFork_Child() function
480 PyOS_AfterFork_Child(); in PyOS_AfterFork()
5419 PyOS_AfterFork_Child(); in os_fork1_impl()
5450 PyOS_AfterFork_Child(); in os_fork_impl()
6048 PyOS_AfterFork_Child(); in os_forkpty_impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat1531 PyOS_AfterFork_Child:void:::
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1688 :c:func:`PyOS_AfterFork_Child`. (Contributed by Antoine Pitrou in
2089 :c:func:`PyOS_AfterFork_Parent` or :c:func:`PyOS_AfterFork_Child()` instead.
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst6339 PyOS_AfterFork_Parent() and PyOS_AfterFork_Child().
/external/python/cpython3/Doc/library/
Dos.rst3412 :c:func:`PyOS_AfterFork_Parent` and :c:func:`PyOS_AfterFork_Child`.