Home
last modified time | relevance | path

Searched refs:cpu_count_timer (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/tests/cpu_counters/
H A Dkpc_tests.c551 dispatch_source_t cpu_count_timer = dispatch_source_create( variable
553 dispatch_source_set_timer(cpu_count_timer, dispatch_time(DISPATCH_TIME_NOW,
556 dispatch_source_set_cancel_handler(cpu_count_timer, ^{
557 dispatch_release(cpu_count_timer);
563 dispatch_source_set_event_handler(cpu_count_timer, ^{
581 dispatch_cancel(cpu_count_timer);
674 dispatch_activate(cpu_count_timer);