Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpythread.h25 PyAPI_FUNC(unsigned long) PyThread_get_thread_native_id(void);
/aosp_15_r20/external/python/cpython3/Include/
Dpythread.h25 PyAPI_FUNC(unsigned long) PyThread_get_thread_native_id(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpythread.h25 PyAPI_FUNC(unsigned long) PyThread_get_thread_native_id(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpythread.h25 PyAPI_FUNC(unsigned long) PyThread_get_thread_native_id(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpythread.h25 PyAPI_FUNC(unsigned long) PyThread_get_thread_native_id(void);
/aosp_15_r20/external/python/cpython3/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()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c567 EXPORT_FUNC(PyThread_get_thread_native_id)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat630 function,PyThread_get_thread_native_id,3.2,on platforms with native thread IDs,
Dpython3.11.abi690 …<elf-symbol name='PyThread_get_thread_native_id' type='func-type' binding='global-binding' visibil…
15759PyThread_get_thread_native_id' mangled-name='PyThread_get_thread_native_id' filepath='Python/threa…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1812 [function.PyThread_get_thread_native_id]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0b1.rst2132 :c:func:`PyThread_get_thread_native_id` is excluded from the stable ABI on