Searched refs:queue_kind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 71 QueueKind queue_kind, uint64_t queue_serial, in SetQueueInfo() argument 75 m_queue_kind = queue_kind; in SetQueueInfo()
|
| H A D | ThreadGDBRemote.h | 80 void SetQueueInfo(std::string &&queue_name, lldb::QueueKind queue_kind,
|
| H A D | ProcessGDBRemote.cpp | 1809 std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) { in SetThreadStopInfo() argument 1853 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, in SetThreadStopInfo() 2088 QueueKind queue_kind = eQueueKindUnknown; in SetThreadStopInfo() local 2097 &queue_name, &queue_kind, &queue_serial_number]( in SetThreadStopInfo() 2126 queue_kind = eQueueKindSerial; in SetThreadStopInfo() 2129 queue_kind = eQueueKindConcurrent; in SetThreadStopInfo() 2204 queue_name, queue_kind, queue_serial_number); in SetThreadStopInfo() 2245 QueueKind queue_kind = eQueueKindUnknown; in SetThreadStopInfo() local 2315 queue_kind = llvm::StringSwitch<QueueKind>(value) in SetThreadStopInfo() 2319 queue_vars_valid = queue_kind != eQueueKindUnknown; in SetThreadStopInfo() [all …]
|
| H A D | ProcessGDBRemote.h | 394 lldb::QueueKind queue_kind, uint64_t queue_serial);
|