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.rst39 .. c:function:: void PyOS_AfterFork_Parent()
63 :c:func:`PyOS_AfterFork_Parent` and :c:func:`PyOS_AfterFork_Child`.
/external/python/cpython3/Modules/
D_posixsubprocess.c720 PyOS_AfterFork_Parent(); in subprocess_fork_exec()
Dposixmodule.c442 PyOS_AfterFork_Parent(void) in PyOS_AfterFork_Parent() function
5422 PyOS_AfterFork_Parent(); in os_fork1_impl()
5453 PyOS_AfterFork_Parent(); in os_fork_impl()
6051 PyOS_AfterFork_Parent(); in os_forkpty_impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat1533 PyOS_AfterFork_Parent:void:::
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1687 :c:func:`PyOS_BeforeFork`, :c:func:`PyOS_AfterFork_Parent` and
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`.