Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython2/Demo/embed/
Dimportexc.c8 PyEval_InitThreads(); in main()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dceval.h132 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h132 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h132 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h132 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h132 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h123 PyAPI_FUNC(void) PyEval_InitThreads(void);
/aosp_15_r20/external/python/cpython2/Demo/pysvr/
Dpysvr.c225 PyEval_InitThreads(); /* Create (and acquire) the interpreter lock */ in init_python()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def166 PyEval_InitThreads
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dmodule.c449 PyEval_InitThreads(); in init_sqlite3()
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dpython_hooks.cc143 PyEval_InitThreads(); in Start()
/aosp_15_r20/external/python/cpython2/Python/
Dpystate.c631 PyEval_InitThreads(); in PyGILState_Ensure()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dinit.rst19 single: PyEval_InitThreads()
34 …exception of :c:func:`Py_SetProgramName`, :c:func:`Py_SetPythonHome`, :c:func:`PyEval_InitThreads`,
515 .. c:function:: void PyEval_InitThreads()
546 :c:func:`PyEval_InitThreads`. When this call returns, it is guaranteed that
557 Returns a non-zero value if :c:func:`PyEval_InitThreads` has been called. This
/aosp_15_r20/external/python/cpython2/Misc/
Dvalgrind-python.supp54 fun:PyEval_InitThreads
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c506 PyEval_InitThreads(); in LoadPython()
/aosp_15_r20/external/python/cpython3/Misc/
Dvalgrind-python.supp54 fun:PyEval_InitThreads
/aosp_15_r20/external/python/cpython2/Modules/
Dthreadmodule.c693 PyEval_InitThreads(); /* Start the interpreter's thread-awareness */ in thread_PyThread_start_new_thread()
D_testcapimodule.c2000 PyEval_InitThreads(); in test_thread_state()
2384 PyEval_InitThreads(); in call_in_temporary_c_thread()
/aosp_15_r20/external/python/watchdog/src/
Dwatchdog_fsevents.c716 PyEval_InitThreads(); in watchdog_read_events()
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def853 "PyEval_InitThreads"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c252 EXPORT_FUNC(PyEval_InitThreads)
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst1671 thread before PyEval_InitThreads(), only call PyEval_InitThreads() after

12