Searched refs:peek (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOSharedDataQueue.h102 * @function peek
103 * @abstract Used to peek at the next entry on the queue.
104 * @discussion This function can be used to look at the next entry which allows the entry to be received without having to copy it with dequeue. In order to do this, call peek to get the entry. Then call dequeue with a NULL data pointer. That will cause the head to be moved to the next entry, but no memory to be copied.
107 virtual IODataQueueEntry * peek();
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOSharedDataQueue.cpp117 IODataQueueEntry * IOSharedDataQueue::peek() function in class:IOSharedDataQueue

Completed in 58 milliseconds