Home
last modified time | relevance | path

Searched refs:PyOS_AfterFork_Parent (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Include/
Dintrcheck.h13 PyAPI_FUNC(void) PyOS_AfterFork_Parent(void);
/external/python/cpython3/Doc/c-api/
Dsys.rst45 .. c:function:: void PyOS_AfterFork_Parent()
57 true for ``PyOS_AfterFork_Parent()``.
81 :c:func:`PyOS_AfterFork_Parent` and :c:func:`PyOS_AfterFork_Child`.
/external/python/cpython3/Modules/
D_posixsubprocess.c884 PyOS_AfterFork_Parent(); in subprocess_fork_exec()
Dposixmodule.c562 PyOS_AfterFork_Parent(void) in PyOS_AfterFork_Parent() function
6564 PyOS_AfterFork_Parent(); in os_fork1_impl()
6603 PyOS_AfterFork_Parent(); in os_fork_impl()
7220 PyOS_AfterFork_Parent(); in os_forkpty_impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat1561 PyOS_AfterFork_Parent:void:::
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1694 :c:func:`PyOS_BeforeFork`, :c:func:`PyOS_AfterFork_Parent` and
2096 :c:func:`PyOS_AfterFork_Parent` or :c:func:`PyOS_AfterFork_Child()` instead.
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst6315 PyOS_AfterFork_Parent() and PyOS_AfterFork_Child().
/external/python/cpython3/Doc/library/
Dos.rst3814 :c:func:`PyOS_AfterFork_Parent` and :c:func:`PyOS_AfterFork_Child`.