Searched refs:cpu_count_timer (Results 1 – 1 of 1) sorted by relevance
555 dispatch_source_t cpu_count_timer = dispatch_source_create( variable557 dispatch_source_set_timer(cpu_count_timer, dispatch_time(DISPATCH_TIME_NOW,560 dispatch_source_set_cancel_handler(cpu_count_timer, ^{561 dispatch_release(cpu_count_timer);567 dispatch_source_set_event_handler(cpu_count_timer, ^{585 dispatch_cancel(cpu_count_timer);678 dispatch_activate(cpu_count_timer);