Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dintrcheck.h10 PyAPI_FUNC(void) PyOS_AfterFork(void);
/external/python/cpython3/Include/
Dintrcheck.h18 PyAPI_FUNC(void) PyOS_AfterFork(void) Py_DEPRECATED(3.7);
/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/cpython3/PC/
Dpython3.def426 PyOS_AfterFork=python37.PyOS_AfterFork
/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/c-api/
Dsys.rst66 .. c:function:: void PyOS_AfterFork()
/external/python/cpython3/Doc/data/
Drefcounts.dat1529 PyOS_AfterFork:void:::
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1686 :c:func:`PyOS_AfterFork` is deprecated in favour of the new functions
2088 :c:func:`PyOS_AfterFork` has been deprecated. Use :c:func:`PyOS_BeforeFork`,
/external/python/cpython3/Modules/
Dposixmodule.c477 PyOS_AfterFork(void) in PyOS_AfterFork() function
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst6338 Deprecate PyOS_AfterFork() and add PyOS_BeforeFork(),
/external/python/cpython2/Misc/
DHISTORY12652 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.
/external/python/cpython3/Misc/
DHISTORY30031 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.