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

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c3153 CFMutableArrayRef timerList = NULL; local
3155 timerList = rlm->_timers;
3156 if (NULL != timerList) {
3157 idx = CFArrayGetFirstIndexOfValue(timerList, CFRangeMake(0, CFArrayGetCount(timerList)), rlt);
3167 CFArrayRemoveValueAtIndex(timerList, idx);

Completed in 88 milliseconds