Searched refs:PyOS_AfterFork (Results 1 – 19 of 19) sorted by relevance
10 PyAPI_FUNC(void) PyOS_AfterFork(void);
16 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyOS_AfterFork(void);
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
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"
444 function,PyOS_AfterFork,3.2,on platforms with fork()
1560 PyOS_AfterFork:void:::
466 …<elf-symbol name='PyOS_AfterFork' type='func-type' binding='global-binding' visibility='default-vi…19420 …PyOS_AfterFork' mangled-name='PyOS_AfterFork' filepath='./Modules/posixmodule.c' line='649' column…
84 .. c:function:: void PyOS_AfterFork()
1004 function PyOS_AfterFork
30031 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.
1694 :c:func:`PyOS_AfterFork` is deprecated in favour of the new functions2096 :c:func:`PyOS_AfterFork` has been deprecated. Use :c:func:`PyOS_BeforeFork`,
6314 Deprecate PyOS_AfterFork() and add PyOS_BeforeFork(),
649 PyOS_AfterFork(void) in PyOS_AfterFork() function
12652 - New C API PyOS_AfterFork() is called after fork() in posixmodule.c.