Searched refs:IOTimerEventSource (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOTimerEventSource.cpp31 * IOTimerEventSource.cpp
50 #include <IOKit/IOTimerEventSource.h>
56 OSDefineMetaClassAndStructors(IOTimerEventSource, IOEventSource)
57 OSMetaClassDefineReservedUnused(IOTimerEventSource, 0);
58 OSMetaClassDefineReservedUnused(IOTimerEventSource, 1);
59 OSMetaClassDefineReservedUnused(IOTimerEventSource, 2);
60 OSMetaClassDefineReservedUnused(IOTimerEventSource, 3);
61 OSMetaClassDefineReservedUnused(IOTimerEventSource, 4);
62 OSMetaClassDefineReservedUnused(IOTimerEventSource, 5);
63 OSMetaClassDefineReservedUnused(IOTimerEventSource,
[all...]
H A DIOServicePMPrivate.h169 IOTimerEventSource * IdleTimerEventSource;
H A DIOServicePM.cpp35 #include <IOKit/IOTimerEventSource.h>
53 static void PM_idle_timer_expired(OSObject *, IOTimerEventSource *);
2378 IOTimerEventSource * timerSrc;
2380 timerSrc = IOTimerEventSource::timerEventSource(
2476 void PM_idle_timer_expired ( OSObject * ourSelves, IOTimerEventSource * )
4907 static void c_PM_Clamp_Timer_Expired ( OSObject * client, IOTimerEventSource * )
4947 pwrMgt->clampTimerEventSrc = IOTimerEventSource::timerEventSource(this,
H A DIOPMrootDomain.cpp30 #include <IOKit/IOTimerEventSource.h>
H A DIOHibernateIO.cpp141 #include <IOKit/IOTimerEventSource.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTimerEventSource.h31 * IOTimerEventSource.h
51 @class IOTimerEventSource : public IOEventSource
59 class IOTimerEventSource : public IOEventSource class in inherits:IOEventSource
61 OSDeclareDefaultStructors(IOTimerEventSource)
71 @discussion This structure is private to the IOTimerEventSource implementation.
86 @param self This argument will be cast to an IOTimerEventSource. */
91 @discussion IOTimerEventSource is based upon the kern/thread_call.h APIs currently. This function allocates the calloutEntry member variable by using thread_call_allocate(timeout, this). If you need to write your own subclass of IOTimerEventSource you probably should override this method to allocate an entry that points to your own timeout routine. */
110 typedef void (*Action)(OSObject *owner, IOTimerEventSource *sender);
116 static IOTimerEventSource *
[all...]
H A DIOServicePM.h47 class IOTimerEventSource;
H A DIOWorkLoop.h48 class IOTimerEventSource;
254 friend class IOTimerEventSource;
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.i38637 IOTimerEventSource.cpo \

Completed in 48 milliseconds