Home
last modified time | relevance | path

Searched refs:threadId (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py149 response = self.vscode.request_stackTrace(threadId=threadId,
165 threadId=threadId,
172 stackFrames = self.get_stackFrames(threadId=threadId,
194 def get_local_as_int(self, name, threadId=None): argument
195 value = self.vscode.get_local_variable_value(name, threadId=threadId)
211 def stepIn(self, threadId=None, waitForStop=True): argument
212 self.vscode.request_stepIn(threadId=threadId)
217 def stepOver(self, threadId=None, waitForStop=True): argument
218 self.vscode.request_next(threadId=threadId)
223 def stepOut(self, threadId=None, waitForStop=True): argument
[all …]
H A Dvscode.py408 if threadId is None:
410 if threadId is None:
426 threadId=threadId)
450 threadId=threadId)
454 threadId=threadId)
458 threadId=threadId)
462 threadId=threadId)
470 threadId=threadId)
579 if threadId is None:
607 threadId=threadId)
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp493 uint32_t threadId = iter.first; in printAllPerThread() local
496 printAll<AggType>(OS, FN, perThreadRoots, threadId, reportThreadId); in printAllPerThread()
/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp2794 parallelFor(0, concurrency, [&](size_t threadId) { in createSymbols() argument
2799 if ((shardId & (concurrency - 1)) != threadId) in createSymbols()
3275 parallelFor(0, concurrency, [&](size_t threadId) { in finalizeContents() argument
3281 if ((shardId & (concurrency - 1)) == threadId) in finalizeContents()
/openbsd/gnu/llvm/llvm/docs/
H A DNVPTXUsage.rst228 ``threadId`` ``@llvm.nvvm.read.ptx.sreg.tid.*``