Home
last modified time | relevance | path

Searched refs:PyOS_BeforeFork (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dintrcheck.h10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dintrcheck.h10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
/aosp_15_r20/external/python/cpython3/Include/
Dintrcheck.h10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dintrcheck.h10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dintrcheck.h10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dsys.rst29 .. c:function:: void PyOS_BeforeFork()
40 true for ``PyOS_BeforeFork()``.
80 to be called by :c:func:`PyOS_BeforeFork()`,
/aosp_15_r20/external/python/cpython3/Modules/
D_posixsubprocess.c1045 PyOS_BeforeFork(); in subprocess_fork_exec()
Dposixmodule.c573 PyOS_BeforeFork(void) in PyOS_BeforeFork() function
6792 PyOS_BeforeFork(); in os_fork1_impl()
6831 PyOS_BeforeFork(); in os_fork_impl()
7501 PyOS_BeforeFork(); in os_forkpty_impl()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat459 function,PyOS_BeforeFork,3.7,on platforms with fork(),
Drefcounts.dat1566 PyOS_BeforeFork:void:::
Dpython3.11.abi483 …<elf-symbol name='PyOS_BeforeFork' type='func-type' binding='global-binding' visibility='default-v…
16430PyOS_BeforeFork' mangled-name='PyOS_BeforeFork' filepath='./Modules/posixmodule.c' line='556' colu…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2082 [function.PyOS_BeforeFork]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.7.rst1695 :c:func:`PyOS_BeforeFork`, :c:func:`PyOS_AfterFork_Parent` and
2096 :c:func:`PyOS_AfterFork` has been deprecated. Use :c:func:`PyOS_BeforeFork`,
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst6314 Deprecate PyOS_AfterFork() and add PyOS_BeforeFork(),
/aosp_15_r20/external/python/cpython3/Doc/library/
Dos.rst4150 call those functions, unless it explicitly calls :c:func:`PyOS_BeforeFork`,