Searched refs:queue_kind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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 | 1638 std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) { in SetThreadStopInfo() argument 1686 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, queue_serial, in SetThreadStopInfo() 1974 QueueKind queue_kind = eQueueKindUnknown; in SetThreadStopInfo() local 1984 &queue_name, &queue_kind, &queue_serial_number]( in SetThreadStopInfo() 2014 queue_kind = eQueueKindSerial; in SetThreadStopInfo() 2017 queue_kind = eQueueKindConcurrent; in SetThreadStopInfo() 2093 queue_name, queue_kind, queue_serial_number); in SetThreadStopInfo() 2133 QueueKind queue_kind = eQueueKindUnknown; in SetThreadStopInfo() local 2198 queue_kind = llvm::StringSwitch<QueueKind>(value) in SetThreadStopInfo() 2202 queue_vars_valid = queue_kind != eQueueKindUnknown; in SetThreadStopInfo() [all …]
|
| H A D | ProcessGDBRemote.h | 375 lldb::QueueKind queue_kind, uint64_t queue_serial);
|