Home
last modified time | relevance | path

Searched refs:threadIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DParallel.cpp27 static thread_local unsigned threadIndex; variable
29 unsigned getThreadIndex() { return threadIndex; } in getThreadIndex()
31 thread_local unsigned threadIndex;
107 threadIndex = ThreadID; in work()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h39 extern thread_local unsigned threadIndex;
41 inline unsigned getThreadIndex() { return threadIndex; } in getThreadIndex()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py394 def get_thread_id(self, threadIndex=0): argument
400 if self.threads and threadIndex < len(self.threads):
401 return self.threads[threadIndex]['id']