Searched refs:event_high_res_timer (Results 1 – 1 of 1) sorted by relevance
/linux/arch/um/os-Linux/ |
H A D | time.c | 19 static timer_t event_high_res_timer = 0; variable 39 timer_t *t = &event_high_res_timer; in os_timer_create() 57 if (timer_settime(event_high_res_timer, 0, &its, NULL) == -1) in os_timer_set_interval() 73 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_one_shot() 85 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_disable() 110 timer_gettime(event_high_res_timer, &its); in os_idle_sleep()
|