Searched refs:queue_serial (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h83 uint64_t queue_serial, lldb::addr_t dispatch_queue_t,
H A DThreadGDBRemote.cpp78 QueueKind queue_kind, uint64_t queue_serial,
83 m_queue_serial_number = queue_serial;
77 SetQueueInfo(std::string &&queue_name, QueueKind queue_kind, uint64_t queue_serial, addr_t dispatch_queue_t, LazyBool associated_with_libdispatch_queue) argument
H A DProcessGDBRemote.h375 lldb::QueueKind queue_kind, uint64_t queue_serial);
H A DProcessGDBRemote.cpp1636 // queue_serial are valid
1638 std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) {
1686 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, queue_serial, local
1630 SetThreadStopInfo( lldb::tid_t tid, ExpeditedRegisterMap &expedited_register_map, uint8_t signo, const std::string &thread_name, const std::string &reason, const std::string &description, uint32_t exc_type, const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, bool queue_vars_valid, LazyBool associated_with_dispatch_queue, addr_t dispatch_queue_t, std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) argument

Completed in 86 milliseconds