Searched refs:queue_kind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 78 QueueKind queue_kind, uint64_t queue_serial, in SetQueueInfo() argument 82 m_queue_kind = queue_kind; in SetQueueInfo()
|
| H A D | ThreadGDBRemote.h | 82 void SetQueueInfo(std::string &&queue_name, lldb::QueueKind queue_kind,
|
| H A D | ProcessGDBRemote.cpp | 1733 std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) { in SetThreadStopInfo() argument 1794 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, in SetThreadStopInfo() 2030 QueueKind queue_kind = eQueueKindUnknown; in SetThreadStopInfo() local 2039 &queue_name, &queue_kind, &queue_serial_number]( in SetThreadStopInfo() 2068 queue_kind = eQueueKindSerial; in SetThreadStopInfo() 2071 queue_kind = eQueueKindConcurrent; in SetThreadStopInfo() 2147 queue_name, queue_kind, queue_serial_number); in SetThreadStopInfo() 2187 QueueKind queue_kind = eQueueKindUnknown; in SetThreadStopInfo() local 2251 queue_kind = llvm::StringSwitch<QueueKind>(value) in SetThreadStopInfo() 2255 queue_vars_valid = queue_kind != eQueueKindUnknown; in SetThreadStopInfo() [all …]
|
| H A D | ProcessGDBRemote.h | 372 lldb::QueueKind queue_kind, uint64_t queue_serial);
|