Home
last modified time | relevance | path

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

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