Home
last modified time | relevance | path

Searched refs:MS2TICK (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/osal_aos/rhino/
A Daos_timer.c29 …ret = krhino_timer_dyn_create((ktimer_t **)(timer), "AOS", (timer_cb_t)fn, MS2TICK(ms), MS2TICK(ro… in aos_timer_new()
65 …ret = krhino_timer_dyn_create((ktimer_t **)(timer), "AOS", (timer_cb_t)fn, MS2TICK(ms), MS2TICK(ro… in aos_timer_new_ext()
81 …ret = krhino_timer_dyn_create((ktimer_t **)(timer), "AOS", (timer_cb_t)fn, MS2TICK(ms), MS2TICK(ro… in aos_timer_create()
122 ret = krhino_timer_change((ktimer_t *)*timer, MS2TICK(ms), MS2TICK(ms)); in aos_timer_change()
131 ret = krhino_timer_change((ktimer_t *)*timer, MS2TICK(ms), 0); in aos_timer_change_once()
A Daos_event.c66 ret = krhino_event_get((kevent_t *)*event, value, opt, actl_value, MS2TICK(timeout)); in aos_event_get()
A Daos_mutex.c91 ret = krhino_mutex_lock((kmutex_t *)*mutex, MS2TICK(timeout)); in aos_mutex_lock()
A Daos_sem.c91 ret = krhino_sem_take((ksem_t *)*sem, MS2TICK(timeout)); in aos_sem_wait()
A Daos_task.c225 krhino_task_sleep(MS2TICK(ms)); in aos_msleep()
327 ret = krhino_task_time_slice_set((ktask_t *)*task, MS2TICK(slice)); in aos_task_time_slice_set()
A Daos_workqueue.c98 ret = krhino_work_init(w, fn, arg, MS2TICK(dly)); in aos_work_init()
A Daos_queue.c111 ret = krhino_buf_queue_recv((kbuf_queue_t *)*queue, MS2TICK(ms), msg, size); in aos_queue_recv()
/AliOS-Things-master/components/osal_aos/rhino/include/
A Drhino_p.h23 #define MS2TICK(ms) krhino_ms_to_ticks(ms) macro
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.c720 #define MS2TICK(ms) krhino_ms_to_ticks(ms) macro

Completed in 14 milliseconds