Home
last modified time | relevance | path

Searched refs:PyOS_AfterFork (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Include/
Dintrcheck.h10 PyAPI_FUNC(void) PyOS_AfterFork(void);
/external/python/cpython3/Include/
Dintrcheck.h16 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyOS_AfterFork(void);
/external/python/cpython2/Parser/
Dintrcheck.c172 PyOS_AfterFork(void) in PyOS_AfterFork() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def298 PyOS_AfterFork
/external/python/cpython2/Doc/c-api/
Dsys.rst18 .. c:function:: void PyOS_AfterFork()
Dinit.rst485 :c:func:`PyOS_AfterFork` tries to reset the necessary locks, but is not
599 This function is called from :c:func:`PyOS_AfterFork` to ensure that newly
/external/python/cpython2/Modules/
Dsignalmodule.c992 PyOS_AfterFork(void) in PyOS_AfterFork() function
Dposixmodule.c3866 PyOS_AfterFork(); in posix_fork1()
3899 PyOS_AfterFork(); in posix_fork()
4025 PyOS_AfterFork(); in posix_forkpty()
/external/python/cpython2/PC/os2emx/
Dpython27.def1200 "PyOS_AfterFork"
/external/python/cpython3/Doc/data/
Dstable_abi.dat444 function,PyOS_AfterFork,3.2,on platforms with fork()
Drefcounts.dat1560 PyOS_AfterFork:void:::
Dpython3.10.abi466 …<elf-symbol name='PyOS_AfterFork' type='func-type' binding='global-binding' visibility='default-vi…
19420PyOS_AfterFork' mangled-name='PyOS_AfterFork' filepath='./Modules/posixmodule.c' line='649' column…
/external/python/cpython3/Doc/c-api/
Dsys.rst84 .. c:function:: void PyOS_AfterFork()
/external/python/cpython3/Misc/
Dstable_abi.txt1004 function PyOS_AfterFork
DHISTORY30031 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1694 :c:func:`PyOS_AfterFork` is deprecated in favour of the new functions
2096 :c:func:`PyOS_AfterFork` has been deprecated. Use :c:func:`PyOS_BeforeFork`,
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst6314 Deprecate PyOS_AfterFork() and add PyOS_BeforeFork(),
/external/python/cpython3/Modules/
Dposixmodule.c649 PyOS_AfterFork(void) in PyOS_AfterFork() function
/external/python/cpython2/Misc/
DHISTORY12652 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.