Home
last modified time | relevance | path

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

/third_party/python/Include/
Dceval.h129 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
/third_party/python/PC/
Dpython3dll.c232 EXPORT_FUNC(PyEval_AcquireThread)
/third_party/python/Doc/data/
Dstable_abi.dat168 function,PyEval_AcquireThread,3.2,
Drefcounts.dat766 PyEval_AcquireThread:void:::
767 PyEval_AcquireThread:PyThreadState*:tstate::
/third_party/python/Modules/
D_threadmodule.c1087 PyEval_AcquireThread(tstate); in thread_run()
/third_party/python/Doc/c-api/
Dinit.rst877 single: PyEval_AcquireThread()
1227 .. c:function:: void PyEval_AcquireThread(PyThreadState *tstate)
1268 :c:func:`PyEval_RestoreThread` or :c:func:`PyEval_AcquireThread`
/third_party/python/Misc/
Dstable_abi.txt574 function PyEval_AcquireThread
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst127 :c:func:`PyEval_AcquireLock` and :c:func:`PyEval_AcquireThread` now
/third_party/python/Python/
Dceval.c447 PyEval_AcquireThread(PyThreadState *tstate) in PyEval_AcquireThread() function
/third_party/python/Doc/whatsnew/
D3.8.rst1843 * :c:func:`PyEval_AcquireLock` and :c:func:`PyEval_AcquireThread` now