Home
last modified time | relevance | path

Searched refs:PyEval_InitThreads (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Include/
Dceval.h122 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
/third_party/python/Misc/
Dvalgrind-python.supp54 fun:PyEval_InitThreads
Dstable_abi.txt602 function PyEval_InitThreads
DHISTORY2864 the first time and PyEval_InitThreads() was not called yet, a GIL needs to be
18681 PyEval_InitThreads() (note that if there is reason to believe there
18682 are multiple threads around you still must call PyEval_InitThreads()
19822 non-zero if PyEval_InitThreads() has been called.
/third_party/python/Misc/NEWS.d/
D3.6.4rc1.rst1106 thread before PyEval_InitThreads(), only call PyEval_InitThreads() after
D3.9.0a5.rst1237 Deprecated :c:func:`PyEval_InitThreads` and
1238 :c:func:`PyEval_ThreadsInitialized`. Calling :c:func:`PyEval_InitThreads`
D3.7.0a3.rst1571 thread before PyEval_InitThreads(), only call PyEval_InitThreads() after
/third_party/python/Doc/data/
Dstable_abi.dat182 function,PyEval_InitThreads,3.2,
Drefcounts.dat783 PyEval_InitThreads:void:::
/third_party/python/PC/
Dpython3dll.c246 EXPORT_FUNC(PyEval_InitThreads)
/third_party/python/Doc/c-api/
Dinit.rst68 :c:func:`Py_GetProgramName` and :c:func:`PyEval_InitThreads`.
233 single: PyEval_InitThreads()
874 .. c:function:: void PyEval_InitThreads()
903 Returns a non-zero value if :c:func:`PyEval_InitThreads` has been called. This
/third_party/python/Doc/whatsnew/
D3.9.rst911 * The :c:func:`PyEval_InitThreads` and :c:func:`PyEval_ThreadsInitialized`
913 :c:func:`PyEval_InitThreads` now does nothing. The :term:`GIL` is initialized
D3.2.rst2738 * Due to the new :term:`GIL` implementation, :c:func:`PyEval_InitThreads()`
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1041 # define SWIG_PYTHON_INITIALIZE_THREADS PyEval_InitThreads()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1046 # define SWIG_PYTHON_INITIALIZE_THREADS PyEval_InitThreads()
/third_party/python/Python/
Dceval.c362 PyEval_InitThreads(void) in PyEval_InitThreads() function