Home
last modified time | relevance | path

Searched refs:PyEval_ReInitThreads (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Parser/
Dintrcheck.c176 PyEval_ReInitThreads(); in PyOS_AfterFork()
/external/python/cpython2/Include/
Dceval.h128 PyAPI_FUNC(void) PyEval_ReInitThreads(void);
/external/python/cpython2/Misc/
Dvalgrind-python.supp62 fun:PyEval_ReInitThreads
/external/python/cpython3/Misc/
Dvalgrind-python.supp62 fun:PyEval_ReInitThreads
/external/python/cpython2/Modules/
Dsignalmodule.c1002 PyEval_ReInitThreads(); in PyOS_AfterFork()
/external/python/cpython3/PC/
Dpython3.def177 PyEval_ReInitThreads=python39.PyEval_ReInitThreads
/external/python/cpython2/PC/os2emx/
Dpython27.def858 "PyEval_ReInitThreads"
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst2050 The :c:func:`PyEval_ReInitThreads` function has been removed from the C API.
/external/python/cpython2/Doc/c-api/
Dinit.rst597 .. c:function:: void PyEval_ReInitThreads()
/external/python/cpython2/Python/
Dceval.c299 PyEval_ReInitThreads(void) in PyEval_ReInitThreads() function
/external/python/cpython3/Doc/whatsnew/
D3.8.rst2016 * The :c:func:`PyEval_ReInitThreads` function has been removed from the C API.