Home
last modified time | relevance | path

Searched defs:GetQueueID (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h62 lldb::queue_id_t GetQueueID() override { return m_queue_id; } in GetQueueID() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp61 lldb::queue_id_t GetQueueID() const { in GetQueueID() function in lldb_private::QueueImpl
258 lldb::queue_id_t SBQueue::GetQueueID() const { in GetQueueID() function in SBQueue
H A DSBThread.cpp426 lldb::queue_id_t SBThread::GetQueueID() const { in GetQueueID() function in SBThread
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp147 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID() function in ThreadGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h321 virtual lldb::queue_id_t GetQueueID() { return LLDB_INVALID_QUEUE_ID; } in GetQueueID() function