Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp40 m_queue_serial_number(LLDB_INVALID_QUEUE_ID), in ThreadGDBRemote()
156 return LLDB_INVALID_QUEUE_ID; in GetQueueID()
168 return LLDB_INVALID_QUEUE_ID; in GetQueueID()
174 if (queue_id != LLDB_INVALID_QUEUE_ID) { in GetQueue()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDQueueItem.cpp23 m_enqueueing_queue_id(LLDB_INVALID_QUEUE_ID), in QueueItem()
24 m_target_queue_id(LLDB_INVALID_QUEUE_ID), m_stop_id(0), m_backtrace(), in QueueItem()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDHistoryThread.cpp34 m_queue_id(LLDB_INVALID_QUEUE_ID) { in HistoryThread()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDSystemRuntime.h210 return LLDB_INVALID_QUEUE_ID; in GetQueueIDFromThreadQAddress()
HDThread.h321 virtual lldb::queue_id_t GetQueueID() { return LLDB_INVALID_QUEUE_ID; } in GetQueueID()
HDPlatform.h692 return LLDB_INVALID_QUEUE_ID; in GetQueueIDForThreadQAddress()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/
HDlldb-defines.h96 #define LLDB_INVALID_QUEUE_ID 0 macro
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBQueue.cpp62 lldb::queue_id_t result = LLDB_INVALID_QUEUE_ID; in GetQueueID()
HDSBThread.cpp429 queue_id_t id = LLDB_INVALID_QUEUE_ID; in GetQueueID()
/freebsd-head/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst88 .. py:data:: LLDB_INVALID_QUEUE_ID