Home
last modified time | relevance | path

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

/third_party/python/Python/
Dthread_nt.h151 unsigned long PyThread_get_thread_native_id(void);
245 PyThread_get_thread_native_id(void) in PyThread_get_thread_native_id() function
Dthread_pthread.h333 PyThread_get_thread_native_id(void) in PyThread_get_thread_native_id() function
Dpystate.c789 tstate->native_thread_id = PyThread_get_thread_native_id(); in init_threadstate()
/third_party/python/Include/
Dpythread.h25 PyAPI_FUNC(unsigned long) PyThread_get_thread_native_id(void);
/third_party/python/Modules/
D_threadmodule.c1084 tstate->native_thread_id = PyThread_get_thread_native_id(); in thread_run()
1264 unsigned long native_id = PyThread_get_thread_native_id(); in thread_get_native_id()
Dposixmodule.c604 tstate->native_thread_id = PyThread_get_thread_native_id(); in PyOS_AfterFork_Child()
/third_party/python/PC/
Dpython3dll.c567 EXPORT_FUNC(PyThread_get_thread_native_id)
/third_party/python/Doc/data/
Dstable_abi.dat630 function,PyThread_get_thread_native_id,3.2,on platforms with native thread IDs,
/third_party/python/Misc/
Dstable_abi.toml1812 [function.PyThread_get_thread_native_id]
DNEWS3388 - bpo-47169: :c:func:`PyThread_get_thread_native_id` is excluded from the