Home
last modified time | relevance | path

Searched defs:GetQueueKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h240 virtual lldb::QueueKind GetQueueKind(lldb::addr_t dispatch_qaddr) { in GetQueueKind() function
H A DThread.h347 virtual lldb::QueueKind GetQueueKind() { return lldb::eQueueKindUnknown; } GetQueueKind() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp122 QueueKind ThreadGDBRemote::GetQueueKind() { in GetQueueKind() function in ThreadGDBRemote
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp172 lldb::QueueKind SystemRuntimeMacOSX::GetQueueKind(addr_t dispatch_queue_addr) { GetQueueKind() function in SystemRuntimeMacOSX