Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h66 lldb::queue_id_t GetQueueID() override { return m_queue_id; } in GetQueueID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBQueue.cpp68 lldb::queue_id_t GetQueueID() const { in GetQueueID() function in lldb_private::QueueImpl
274 lldb::queue_id_t SBQueue::GetQueueID() const { in GetQueueID() function in SBQueue
H A DSBThread.cpp522 lldb::queue_id_t SBThread::GetQueueID() const { in GetQueueID() function in SBThread
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp140 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID() function in ThreadGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h334 virtual lldb::queue_id_t GetQueueID() { return LLDB_INVALID_QUEUE_ID; } in GetQueueID() function