Home
last modified time | relevance | path

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

/third_party/python/Python/
Dceval_gil.h228 PyThread_exit_thread(); in take_gil()
265 PyThread_exit_thread(); in take_gil()
303 PyThread_exit_thread(); in take_gil()
Dthread_nt.h261 PyThread_exit_thread(void) in PyThread_exit_thread() function
Dthread_pthread.h368 PyThread_exit_thread(void) in PyThread_exit_thread() function
/third_party/python/Include/
Dpythread.h25 PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void);
/third_party/python/Misc/NEWS.d/
D3.10.0b4.rst243 _thread.start_new_thread() no longer calls PyThread_exit_thread() explicitly
/third_party/python/PC/
Dpython3dll.c551 EXPORT_FUNC(PyThread_exit_thread)
/third_party/python/Doc/data/
Dstable_abi.dat607 function,PyThread_exit_thread,3.2,
/third_party/python/Programs/
D_testembed.c261 PyThread_exit_thread(); in bpo20891_thread()
/third_party/python/Misc/
Dstable_abi.txt1721 function PyThread_exit_thread
/third_party/python/Modules/
D_testcapimodule.c4368 PyThread_exit_thread(); in temporary_c_thread()