Searched defs:ItemInfo (Results 1 – 1 of 1) sorted by relevance
123 struct ItemInfo { struct124 lldb::addr_t item_that_enqueued_this;125 lldb::addr_t function_or_block;126 uint64_t enqueuing_thread_id;127 uint64_t enqueuing_queue_serialnum;128 uint64_t target_queue_serialnum;129 uint32_t enqueuing_callstack_frame_count;130 uint32_t stop_id;131 std::vector<lldb::addr_t> enqueuing_callstack;132 std::string enqueuing_thread_label;[all …]