Home
last modified time | relevance | path

Searched defs:native_id (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dthread_pthread.h338 uint64_t native_id; in PyThread_get_thread_native_id() local
341 pid_t native_id; in PyThread_get_thread_native_id() local
344 int native_id; in PyThread_get_thread_native_id() local
347 pid_t native_id; in PyThread_get_thread_native_id() local
350 tid_t native_id; in PyThread_get_thread_native_id() local
353 lwpid_t native_id; in PyThread_get_thread_native_id() local
Dthread_nt.h251 DWORD native_id; in PyThread_get_thread_native_id() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dthreading.py1175 def native_id(self): member in Thread
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dthreading.py1175 def native_id(self): member in Thread
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dthreading.py1175 def native_id(self): member in Thread
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dthreading.py1175 def native_id(self): member in Thread
/aosp_15_r20/external/python/cpython3/Lib/
Dthreading.py1175 def native_id(self): member in Thread
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dthreading.py1175 def native_id(self): member in Thread
/aosp_15_r20/external/python/cpython3/Modules/
D_threadmodule.c1264 unsigned long native_id = PyThread_get_thread_native_id(); in thread_get_native_id() local