Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dintrcheck.h12 PyAPI_FUNC(void) PyOS_AfterFork_Child(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dintrcheck.h12 PyAPI_FUNC(void) PyOS_AfterFork_Child(void);
/aosp_15_r20/external/python/cpython3/Include/
Dintrcheck.h12 PyAPI_FUNC(void) PyOS_AfterFork_Child(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dintrcheck.h12 PyAPI_FUNC(void) PyOS_AfterFork_Child(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dintrcheck.h12 PyAPI_FUNC(void) PyOS_AfterFork_Child(void);
/aosp_15_r20/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.rst880 :c:func:`PyOS_AfterFork_Child` tries to reset the necessary locks, but is not
/aosp_15_r20/external/python/cpython3/Modules/
D_posixsubprocess.c811 PyOS_AfterFork_Child(); in do_fork_exec()
Dposixmodule.c590 PyOS_AfterFork_Child(void) in PyOS_AfterFork_Child() function
657 PyOS_AfterFork_Child(); in PyOS_AfterFork()
6796 PyOS_AfterFork_Child(); in os_fork1_impl()
6835 PyOS_AfterFork_Child(); in os_fork_impl()
7505 PyOS_AfterFork_Child(); in os_forkpty_impl()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat457 function,PyOS_AfterFork_Child,3.7,on platforms with fork(),
Drefcounts.dat1562 PyOS_AfterFork_Child:void:::
Dpython3.11.abi481 …<elf-symbol name='PyOS_AfterFork_Child' type='func-type' binding='global-binding' visibility='defa…
16424PyOS_AfterFork_Child' mangled-name='PyOS_AfterFork_Child' filepath='./Modules/posixmodule.c' line=…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2088 [function.PyOS_AfterFork_Child]
/aosp_15_r20/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().
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.7.rst1696 :c:func:`PyOS_AfterFork_Child`. (Contributed by Antoine Pitrou in
2097 :c:func:`PyOS_AfterFork_Parent` or :c:func:`PyOS_AfterFork_Child()` instead.
D3.8.rst2022 It should not be called explicitly: use :c:func:`PyOS_AfterFork_Child`
/aosp_15_r20/external/python/cpython3/Doc/library/
Dos.rst4151 :c:func:`PyOS_AfterFork_Parent` and :c:func:`PyOS_AfterFork_Child`.