Searched refs:producerCount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptEventSource.cpp91 producerCount = consumerCount = 0;
182 unsigned int cacheProdCount = producerCount;
221 producerCount++;
238 producerCount++;
H A DIOFilterInterruptEventSource.cpp138 producerCount++;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptEventSource.h49 When the action method is called in the client member function will receive 2 arguments, (IOEventSource *) sender and (int) count, See $link IOInterruptEventSource::Action. Where sender will be reference to the interrupt that occurred and the count will be computed by the difference between the $link producerCount and $link consumerCount. This number may not be reliable as no attempt is made to adjust for around the world type problems but is provided for general information and statistic gathering.
82 /*! @var producerCount
84 volatile unsigned int producerCount; member in class:IOInterruptEventSource

Completed in 24 milliseconds