Searched refs:thread_sleep_handler (Results 1 – 1 of 1) sorted by relevance
720 static enum handler_return thread_sleep_handler(timer_t *timer, lk_time_t now, void *arg) { in thread_sleep_handler() function758 timer_set_oneshot(&timer, delay, thread_sleep_handler, (void *)current_thread); in thread_sleep()
Completed in 4 milliseconds