Home
last modified time | relevance | path

Searched defs:threadIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DParallel.cpp27 static thread_local unsigned threadIndex = UINT_MAX; global() variable
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/
H A Ddap_server.py421 def get_thread_id(self, threadIndex=0): argument