Home
last modified time | relevance | path

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

/freebsd/contrib/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; } in GetQueueKind() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp122 QueueKind ThreadGDBRemote::GetQueueKind() { in GetQueueKind() function in ThreadGDBRemote