Searched defs:rlt (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c1068 CF_INLINE Boolean __CFRunLoopTimerIsFiring(CFRunLoopTimerRef rlt) { argument
1072 CF_INLINE void __CFRunLoopTimerSetFiring(CFRunLoopTimerRef rlt) { argument
1076 CF_INLINE void __CFRunLoopTimerUnsetFiring(CFRunLoopTimerRef rlt) { argument
1080 CF_INLINE Boolean __CFRunLoopTimerIsDeallocating(CFRunLoopTimerRef rlt) { argument
1084 CF_INLINE void __CFRunLoopTimerSetDeallocating(CFRunLoopTimerRef rlt) { argument
1088 __CFRunLoopTimerLock(CFRunLoopTimerRef rlt) argument
1093 __CFRunLoopTimerUnlock(CFRunLoopTimerRef rlt) argument
1864 __CFRunLoopInsertionIndexInTimerArray(CFArrayRef array, CFRunLoopTimerRef rlt) argument
1999 __CFRepositionTimerInMode(CFRunLoopModeRef rlm, CFRunLoopTimerRef rlt, Boolean isInArray) argument
2024 __CFRunLoopDoTimer(CFRunLoopRef rl, CFRunLoopModeRef rlm, CFRunLoopTimerRef rlt) argument
2156 CFRunLoopTimerRef rlt = (CFRunLoopTimerRef)CFArrayGetValueAtIndex(rlm->_timers, idx); local
2167 CFRunLoopTimerRef rlt = (CFRunLoopTimerRef)CFArrayGetValueAtIndex(timers, idx); local
3058 CFRunLoopContainsTimer(CFRunLoopRef rl, CFRunLoopTimerRef rlt, CFStringRef modeName) argument
3081 CFRunLoopAddTimer(CFRunLoopRef rl, CFRunLoopTimerRef rlt, CFStringRef modeName) argument
3135 CFRunLoopRemoveTimer(CFRunLoopRef rl, CFRunLoopTimerRef rlt, CFStringRef modeName) argument
3583 CFRunLoopTimerRef rlt = (CFRunLoopTimerRef)cf; local
3619 CFRunLoopTimerRef rlt = (CFRunLoopTimerRef)cf; local
3714 CFRunLoopTimerGetNextFireDate(CFRunLoopTimerRef rlt) argument
3729 CFRunLoopTimerSetNextFireDate(CFRunLoopTimerRef rlt, CFAbsoluteTime fireDate) argument
3793 CFRunLoopTimerGetInterval(CFRunLoopTimerRef rlt) argument
3800 CFRunLoopTimerDoesRepeat(CFRunLoopTimerRef rlt) argument
3806 CFRunLoopTimerGetOrder(CFRunLoopTimerRef rlt) argument
3812 CFRunLoopTimerInvalidate(CFRunLoopTimerRef rlt) argument
3863 CFRunLoopTimerIsValid(CFRunLoopTimerRef rlt) argument
3870 CFRunLoopTimerGetContext(CFRunLoopTimerRef rlt, CFRunLoopTimerContext *context) argument
3877 CFRunLoopTimerGetTolerance(CFRunLoopTimerRef rlt) argument
3888 CFRunLoopTimerSetTolerance(CFRunLoopTimerRef rlt, CFTimeInterval tolerance) argument
[all...]

Completed in 152 milliseconds