Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_OS_rhino.c326 int no_task_cnt = 0; in awss_timer_task() local
330 if (++no_task_cnt > 1000) { in awss_timer_task()
331 no_task_cnt = 1000; in awss_timer_task()
336 no_task_cnt = 0; in awss_timer_task()
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_OS_yoc.c559 int no_task_cnt = 0; in awss_timer_task() local
563 if (++no_task_cnt > 1000) { in awss_timer_task()
564 no_task_cnt = 1000; in awss_timer_task()
569 no_task_cnt = 0; in awss_timer_task()

Completed in 5 milliseconds