Home
last modified time | relevance | path

Searched defs:get_thread_id (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/packages/Python/lldbsuite/test/make/
H A Dthread.h22 inline uint64_t get_thread_id() { in get_thread_id() function
/llvm-project/lldb/test/API/functionalities/scripted_process/
H A Dinvalid_scripted_process.py41 def get_thread_id(self) -> int: member in InvalidScriptedThread
H A Dstack_core_scripted_process.py147 def get_thread_id(self) -> int: member in StackCoreScriptedThread
H A Ddummy_scripted_process.py73 def get_thread_id(self) -> int: member in DummyScriptedThread
/llvm-project/libc/src/__support/GPU/generic/
H A Dutils.h
/llvm-project/libc/src/__support/GPU/amdgpu/
H A Dutils.h
/llvm-project/lldb/examples/python/templates/
H A Dscripted_process.py283 def get_thread_id(self): global() member in ScriptedThread
490 def get_thread_id(self): global() member in PassthroughScriptedThread
/llvm-project/libc/src/__support/GPU/nvptx/
H A Dutils.h
/llvm-project/openmp/libompd/gdb-plugin/ompd/
H A Dompd_handles.py182 def get_thread_id(self): member in ompd_thread
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/
H A Ddap_server.py421 def get_thread_id(self, threadIndex=0): member in DebugCommunication
/llvm-project/lldb/examples/python/
H A Dgdbremote.py454 def get_thread_id(self, fail_value=-1): member in Packet
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c895 static inline uintptr_t get_thread_id(void) { in get_thread_id() function