Searched refs:tltimer (Results 1 – 1 of 1) sorted by relevance
144 static timer_t tltimer; in cmd_threadload() local148 timer_initialize(&tltimer); in cmd_threadload()149 timer_set_periodic(&tltimer, 1000, &threadload, NULL); in cmd_threadload()152 timer_cancel(&tltimer); in cmd_threadload()
Completed in 2 milliseconds