Searched refs:krhino_task_sleep (Results 1 – 19 of 19) sorted by relevance
28 krhino_task_sleep(RHINO_CONFIG_TICKS_PER_SECOND); in demo_task1()39 krhino_task_sleep(RHINO_CONFIG_TICKS_PER_SECOND); in demo_task2()
144 krhino_task_sleep(3000); in _hal_timer_test()154 krhino_task_sleep(3000); in _hal_timer_test()157 krhino_task_sleep(30000); in _hal_timer_test()
112 krhino_task_sleep(1000); in haas_board_init()217 krhino_task_sleep(100); in main()
20 krhino_task_sleep(100); in main()
262 krhino_task_sleep(krhino_ms_to_ticks(1)); in mmc3680kj_set()302 krhino_task_sleep(krhino_ms_to_ticks(10)); in mmc3680kj_enable()318 krhino_task_sleep(krhino_ms_to_ticks(10)); in mmc3680kj_enable()
126 krhino_task_sleep(krhino_ms_to_ticks(nonblocking_wait_time)); in drv_shtc1_read_raw_data()
147 return krhino_task_sleep(ticks ? ticks : 1); /* Minimum delay = 1 tick */ in sleep()
215 krhino_task_sleep(100); in main()
266 status = krhino_task_sleep(period * RHINO_CONFIG_TICKS_PER_SECOND / 1000); in cpuusage_statistics()279 status = krhino_task_sleep(period * RHINO_CONFIG_TICKS_PER_SECOND / 1000); in cpuusage_statistics()
81 krhino_task_sleep(krhino_ms_to_ticks(seconds)); in msleep_cmd()
234 krhino_task_sleep(RHINO_CONFIG_TICKS_PER_SECOND / 2); in cpu_usage_task_entry()
335 kstat_t krhino_task_sleep(tick_t ticks) in krhino_task_sleep() function1201 krhino_task_sleep(RHINO_CONFIG_TICKS_PER_SECOND * 10); in krhino_task_deathbed()
172 krhino_task_sleep(1); in mp_hal_delay_ms()
338 kstat_t krhino_task_sleep(tick_t ticks);
45 krhino_task_sleep(100);
225 krhino_task_sleep(MS2TICK(ms)); in aos_msleep()
48 krhino_task_sleep(100);
443 kstat_t ret = krhino_task_sleep(ticks); in csi_kernel_delay()480 kstat_t ret = krhino_task_sleep(ticks); in csi_kernel_delay_ms()
Completed in 23 milliseconds