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

/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertions.h276 uint64_t autoTimeout; /* Automatic timeout for each assertion;set with kAssertionTypeAutoTimed flag */ member in struct:assertionType
H A DPMAssertions.c2616 /* Restrict timeout to a max value of 'autoTimeout' */
2617 if (!timeout || (timeout > assertType->autoTimeout))
2618 timeout = assertType->autoTimeout;
3459 /* Restrict timeout to a max value of 'autoTimeout' */
3460 if (!timeout || (timeout > assertType->autoTimeout))
3461 timeout = assertType->autoTimeout;
3863 newTimeout = assertType->autoTimeout + getMonotonicTime();
3873 timeLeftCF = CFNumberCreate(0, kCFNumberIntType, &assertType->autoTimeout);
4205 assertType->autoTimeout = getCurrentSleepServiceCapTimeout()/1000;
4221 assertType->autoTimeout
[all...]

Completed in 116 milliseconds