Searched refs:dql (Results 1 – 2 of 2) sorted by relevance
741 let dql = "houston.we.had.a.problem" in testDispatchQueueLabel() variable765 item.size = UInt32(dql.utf8.count + 1) in testDispatchQueueLabel()767 dql.utf8CString.withUnsafeBufferPointer({ in testDispatchQueueLabel()768 buffer.append($0.baseAddress!, length:dql.utf8.count + 1) in testDispatchQueueLabel()794 …h: "kcdata_stackshot.task_snapshots.0.thread_snapshots.0.dispatch_queue_label") as? String == dql) in testDispatchQueueLabel()
2397 NSString *dql = thread[@"dispatch_queue_label"];2399 if ([dql isEqualToString:@TEST_STACKSHOT_QUEUE_LABEL]) {