Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpythread.h20 PyAPI_FUNC(void) _Py_NO_RETURN PyThread_exit_thread(void);
/external/python/cpython3/Python/
Dceval_gil.c308 PyThread_exit_thread(); in take_gil()
352 PyThread_exit_thread(); in take_gil()
403 PyThread_exit_thread(); in take_gil()
Dthread_nt.h287 PyThread_exit_thread(void) in PyThread_exit_thread() function
Dthread_pthread.h407 PyThread_exit_thread(void) in PyThread_exit_thread() function
/external/python/cpython3/PC/
Dpython3dll.c598 EXPORT_FUNC(PyThread_exit_thread)
/external/python/cpython3/Doc/data/
Dstable_abi.dat647 func,PyThread_exit_thread,3.2,,
Dpython3.13.abi756 …<elf-symbol name='PyThread_exit_thread' type='func-type' binding='global-binding' visibility='defa…
24477PyThread_exit_thread' mangled-name='PyThread_exit_thread' filepath='./Include/pythread.h' line='20…
/external/python/cpython3/Misc/
Dstable_abi.toml1825 [function.PyThread_exit_thread]
/external/python/cpython3/Misc/NEWS.d/
D3.11.0a1.rst2683 _thread.start_new_thread() no longer calls PyThread_exit_thread() explicitly