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

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c92 static void _runLoopTimerWithBlockContext(CFRunLoopTimerRef timer, void *opaqueBlock);
3696 static void _runLoopTimerWithBlockContext(CFRunLoopTimerRef timer, void *opaqueBlock) { function
3711 return CFRunLoopTimerCreate(allocator, fireDate, interval, flags, order, _runLoopTimerWithBlockContext, &blockContext);

Completed in 79 milliseconds