Searched refs:PyEval_InitThreads (Results 1 – 16 of 16) sorted by relevance
122 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
54 fun:PyEval_InitThreads
602 function PyEval_InitThreads
2864 the first time and PyEval_InitThreads() was not called yet, a GIL needs to be18681 PyEval_InitThreads() (note that if there is reason to believe there18682 are multiple threads around you still must call PyEval_InitThreads()19822 non-zero if PyEval_InitThreads() has been called.
1106 thread before PyEval_InitThreads(), only call PyEval_InitThreads() after
1237 Deprecated :c:func:`PyEval_InitThreads` and1238 :c:func:`PyEval_ThreadsInitialized`. Calling :c:func:`PyEval_InitThreads`
1571 thread before PyEval_InitThreads(), only call PyEval_InitThreads() after
182 function,PyEval_InitThreads,3.2,
783 PyEval_InitThreads:void:::
246 EXPORT_FUNC(PyEval_InitThreads)
68 :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
911 * The :c:func:`PyEval_InitThreads` and :c:func:`PyEval_ThreadsInitialized`913 :c:func:`PyEval_InitThreads` now does nothing. The :term:`GIL` is initialized
2738 * Due to the new :term:`GIL` implementation, :c:func:`PyEval_InitThreads()`
1041 # define SWIG_PYTHON_INITIALIZE_THREADS PyEval_InitThreads()
1046 # define SWIG_PYTHON_INITIALIZE_THREADS PyEval_InitThreads()
362 PyEval_InitThreads(void) in PyEval_InitThreads() function