Home
last modified time | relevance | path

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

/third_party/python/Include/
Dceval.h121 Py_DEPRECATED(3.9) PyAPI_FUNC(int) PyEval_ThreadsInitialized(void);
/third_party/python/PC/
Dpython3dll.c251 EXPORT_FUNC(PyEval_ThreadsInitialized)
/third_party/python/Doc/data/
Dstable_abi.dat187 function,PyEval_ThreadsInitialized,3.2,
/third_party/python/Misc/
Dstable_abi.txt612 function PyEval_ThreadsInitialized
DHISTORY19821 - SF patch 1044089: New function ``PyEval_ThreadsInitialized()`` returns
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst1238 :c:func:`PyEval_ThreadsInitialized`. Calling :c:func:`PyEval_InitThreads`
/third_party/python/Python/
Dceval.c285 PyEval_ThreadsInitialized(void) in PyEval_ThreadsInitialized() function
299 PyEval_ThreadsInitialized(void) in PyEval_ThreadsInitialized() function
/third_party/python/Doc/whatsnew/
D2.4.rst1471 :c:func:`PyEval_ThreadsInitialized` function to tell if any thread operations
D3.9.rst911 * The :c:func:`PyEval_InitThreads` and :c:func:`PyEval_ThreadsInitialized`
/third_party/python/Doc/c-api/
Dinit.rst901 .. c:function:: int PyEval_ThreadsInitialized()