Home
last modified time | relevance | path

Searched refs:sendDataServiced (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/System/
H A DIODataQueueDispatchSourceShared.h366 bool sendDataServiced; in Dequeue() local
368 sendDataServiced = false; in Dequeue()
369 ret = DequeueWithCoalesce(&sendDataServiced, callback); in Dequeue()
370 if (sendDataServiced) { in Dequeue()
377 IODataQueueDispatchSource::DequeueWithCoalesce(bool * sendDataServiced, in DequeueWithCoalesce() argument
449 *sendDataServiced = true; in DequeueWithCoalesce()
456 *sendDataServiced = true; in DequeueWithCoalesce()
/xnu-11215/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig156 … * @param sendDataServiced Flag that indicates a DataServiced notification would have sent.
165 …DequeueWithCoalesce(bool * sendDataServiced, IODataQueueClientDequeueEntryBlock callback) LOCALONL…