Home
last modified time | relevance | path

Searched refs:LLDB_INVALID_QUEUE_ID (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDQueueItem.cpp27 m_enqueueing_queue_id (LLDB_INVALID_QUEUE_ID), in QueueItem()
28 m_target_queue_id (LLDB_INVALID_QUEUE_ID), in QueueItem()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp142 return LLDB_INVALID_QUEUE_ID; in GetQueueID()
150 if (queue_id != LLDB_INVALID_QUEUE_ID) in GetQueue()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-defines.h102 #define LLDB_INVALID_QUEUE_ID 0 macro
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDSystemRuntime.h256 return LLDB_INVALID_QUEUE_ID; in GetQueueIDFromThreadQAddress()
HDThread.h377 return LLDB_INVALID_QUEUE_ID; in GetQueueID()
HDPlatform.h922 return LLDB_INVALID_QUEUE_ID; in GetQueueIDForThreadQAddress()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDHistoryThread.cpp40 m_queue_id (LLDB_INVALID_QUEUE_ID) in HistoryThread()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBQueue.cpp93 lldb::queue_id_t result = LLDB_INVALID_QUEUE_ID; in GetQueueID()
HDSBThread.cpp589 queue_id_t id = LLDB_INVALID_QUEUE_ID; in GetQueueID()