Home
last modified time | relevance | path

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

/lk-master/kernel/
A Ddebug.c76 printf("\ttotal idle time: %lld\n", thread_stats[i].idle_time); in cmd_threadstats()
77 printf("\ttotal busy time: %lld\n", current_time_hires() - thread_stats[i].idle_time); in cmd_threadstats()
102 lk_bigtime_t idle_time = thread_stats[i].idle_time; in threadload() local
107 idle_time += current_time_hires() - thread_stats[i].last_idle_timestamp; in threadload()
110 lk_bigtime_t delta_time = idle_time - last_idle_time[i]; in threadload()
136 last_idle_time[i] = idle_time; in threadload()
A Dthread.c520 thread_stats[cpu].idle_time += now - thread_stats[cpu].last_idle_timestamp; in thread_resched()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/src/
A Dhid_generic.c135 reports_data[0].idle_time = 0; in usb_hid_init()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd_hiduser.h67 uint8_t idle_time; /**< This value is used by stack to respond to Set_Idle & member
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src/
A Dhid_keyboard.c191 reports_data[0].idle_time = 0; in Keyboard_init()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/
A Dhid_mouse.c194 reports_data[0].idle_time = 0; in Mouse_Init()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src/
A Dhid_mouse.c193 reports_data[0].idle_time = 0; in Mouse_Init()
/lk-master/kernel/include/kernel/
A Dthread.h220 lk_bigtime_t idle_time; member

Completed in 14 milliseconds