Lines Matching defs:dispatch_queue_t
1659 LazyBool associated_with_dispatch_queue, addr_t dispatch_queue_t,
1709 dispatch_queue_t, associated_with_dispatch_queue);
1715 if (dispatch_queue_t != LLDB_INVALID_ADDRESS)
1716 gdb_thread->SetQueueLibdispatchQueueAddress(dispatch_queue_t);
2010 "dispatch_queue_t");
2033 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS;
2045 &associated_with_dispatch_queue, &dispatch_queue_t,
2086 dispatch_queue_t = object->GetUnsignedIntegerValue(0);
2087 if (dispatch_queue_t != 0 && dispatch_queue_t != LLDB_INVALID_ADDRESS)
2154 associated_with_dispatch_queue, dispatch_queue_t,
2192 addr_t dispatch_queue_t = LLDB_INVALID_ADDRESS;
2251 } else if (key.compare("dispatch_queue_t") == 0) {
2253 value.getAsInteger(16, dispatch_queue_t);
2391 associated_with_dispatch_queue, dispatch_queue_t, queue_name,