Searched refs:sendDataServiced (Results 1 – 2 of 2) sorted by relevance
366 bool sendDataServiced; in Dequeue() local368 sendDataServiced = false; in Dequeue()369 ret = DequeueWithCoalesce(&sendDataServiced, callback); in Dequeue()370 if (sendDataServiced) { in Dequeue()377 IODataQueueDispatchSource::DequeueWithCoalesce(bool * sendDataServiced, in DequeueWithCoalesce() argument449 *sendDataServiced = true; in DequeueWithCoalesce()456 *sendDataServiced = true; in DequeueWithCoalesce()
156 … * @param sendDataServiced Flag that indicates a DataServiced notification would have sent.165 …DequeueWithCoalesce(bool * sendDataServiced, IODataQueueClientDequeueEntryBlock callback) LOCALONL…