Home
last modified time | relevance | path

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

/linux/arch/um/os-Linux/
A Dtime.c19 static timer_t event_high_res_timer = 0; variable
45 timer_t *t = &event_high_res_timer; in os_timer_create()
63 if (timer_settime(event_high_res_timer, 0, &its, NULL) == -1) in os_timer_set_interval()
79 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_one_shot()
91 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_disable()
116 timer_gettime(event_high_res_timer, &its); in os_idle_sleep()

Completed in 3 milliseconds