Searched refs:PyOS_AfterFork (Results 1 – 17 of 17) sorted by relevance
10 PyAPI_FUNC(void) PyOS_AfterFork(void);
18 PyAPI_FUNC(void) PyOS_AfterFork(void) Py_DEPRECATED(3.7);
172 PyOS_AfterFork(void) in PyOS_AfterFork() function
298 PyOS_AfterFork
18 .. c:function:: void PyOS_AfterFork()
485 :c:func:`PyOS_AfterFork` tries to reset the necessary locks, but is not599 This function is called from :c:func:`PyOS_AfterFork` to ensure that newly
426 PyOS_AfterFork=python37.PyOS_AfterFork
992 PyOS_AfterFork(void) in PyOS_AfterFork() function
3866 PyOS_AfterFork(); in posix_fork1()3899 PyOS_AfterFork(); in posix_fork()4025 PyOS_AfterFork(); in posix_forkpty()
1200 "PyOS_AfterFork"
66 .. c:function:: void PyOS_AfterFork()
1529 PyOS_AfterFork:void:::
1686 :c:func:`PyOS_AfterFork` is deprecated in favour of the new functions2088 :c:func:`PyOS_AfterFork` has been deprecated. Use :c:func:`PyOS_BeforeFork`,
477 PyOS_AfterFork(void) in PyOS_AfterFork() function
6338 Deprecate PyOS_AfterFork() and add PyOS_BeforeFork(),
12652 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.
30031 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.