Lines Matching refs:dispatch_queue_t
2609 nub_process_t pid, nub_addr_t dispatch_qaddr, nub_addr_t &dispatch_queue_t, in GetThreadQueueInfo() argument
2618 dispatch_queue_t = DNBProcessMemoryReadPointer(pid, dispatch_qaddr); in GetThreadQueueInfo()
2619 if (dispatch_queue_t) { in GetThreadQueueInfo()
2621 pid, dispatch_queue_t + dqo_width, dqo_width_size, 0); in GetThreadQueueInfo()
2623 pid, dispatch_queue_t + dqo_serialnum, dqo_serialnum_size, 0); in GetThreadQueueInfo()
2628 nub_addr_t pointer_to_label_address = dispatch_queue_t + dqo_label; in GetThreadQueueInfo()
2637 pid, dispatch_queue_t + dqo_label, dqo_label_size); in GetThreadQueueInfo()
5503 nub_addr_t dispatch_queue_t = INVALID_NUB_ADDRESS; in GetJSONThreadsInfo() local
5505 pid, thread_ident_info.dispatch_qaddr, dispatch_queue_t, in GetJSONThreadsInfo()
5507 if (dispatch_queue_t == 0 && queue_name.empty() && in GetJSONThreadsInfo()
5515 if (dispatch_queue_t != INVALID_NUB_ADDRESS && in GetJSONThreadsInfo()
5516 dispatch_queue_t != 0) in GetJSONThreadsInfo()
5518 dispatch_queue_t); in GetJSONThreadsInfo()