Searched refs:MS2TICK (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_timer.c | 29 …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 D | aos_event.c | 66 ret = krhino_event_get((kevent_t *)*event, value, opt, actl_value, MS2TICK(timeout)); in aos_event_get()
|
A D | aos_mutex.c | 91 ret = krhino_mutex_lock((kmutex_t *)*mutex, MS2TICK(timeout)); in aos_mutex_lock()
|
A D | aos_sem.c | 91 ret = krhino_sem_take((ksem_t *)*sem, MS2TICK(timeout)); in aos_sem_wait()
|
A D | aos_task.c | 225 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 D | aos_workqueue.c | 98 ret = krhino_work_init(w, fn, arg, MS2TICK(dly)); in aos_work_init()
|
A D | aos_queue.c | 111 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 D | rhino_p.h | 23 #define MS2TICK(ms) krhino_ms_to_ticks(ms) macro
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_osdep.c | 720 #define MS2TICK(ms) krhino_ms_to_ticks(ms) macro
|
Completed in 14 milliseconds