Home
last modified time | relevance | path

Searched refs:PyEval_ThreadsInitialized (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dceval.h129 Py_DEPRECATED(3.9) PyAPI_FUNC(int) PyEval_ThreadsInitialized(void);
/third_party/python/PC/
Dpython3.def183 PyEval_ThreadsInitialized=python39.PyEval_ThreadsInitialized
/third_party/python/Doc/whatsnew/
D3.9.rst907 * The :c:func:`PyEval_InitThreads` and :c:func:`PyEval_ThreadsInitialized`
D2.4.rst1471 :c:func:`PyEval_ThreadsInitialized` function to tell if any thread operations
/third_party/python/Python/
Dceval.c265 PyEval_ThreadsInitialized(void) in PyEval_ThreadsInitialized() function
/third_party/python/Doc/c-api/
Dinit.rst864 .. c:function:: int PyEval_ThreadsInitialized()
/third_party/python/Misc/
DNEWS2822 :c:func:`PyEval_ThreadsInitialized`. Calling :c:func:`PyEval_InitThreads`
DHISTORY19821 - SF patch 1044089: New function ``PyEval_ThreadsInitialized()`` returns