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/ |
D | intrcheck.h | 10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | intrcheck.h | 10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | intrcheck.h | 10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | intrcheck.h | 10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | intrcheck.h | 10 PyAPI_FUNC(void) PyOS_BeforeFork(void);
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | sys.rst | 29 .. 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.c | 1045 PyOS_BeforeFork(); in subprocess_fork_exec()
|
D | posixmodule.c | 573 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/ |
D | stable_abi.dat | 459 function,PyOS_BeforeFork,3.7,on platforms with fork(),
|
D | refcounts.dat | 1566 PyOS_BeforeFork:void:::
|
D | python3.11.abi | 483 …<elf-symbol name='PyOS_BeforeFork' type='func-type' binding='global-binding' visibility='default-v… 16430 …PyOS_BeforeFork' mangled-name='PyOS_BeforeFork' filepath='./Modules/posixmodule.c' line='556' colu…
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 2082 [function.PyOS_BeforeFork]
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1695 :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/ |
D | 3.7.0a1.rst | 6314 Deprecate PyOS_AfterFork() and add PyOS_BeforeFork(),
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | os.rst | 4150 call those functions, unless it explicitly calls :c:func:`PyOS_BeforeFork`,
|