Home
last modified time | relevance | path

Searched refs:timer_create (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/kernel/rhino/
A Dk_timer.c42 static kstat_t timer_create(ktimer_t *timer, const name_t *name, timer_cb_t cb, tick_t first, in timer_create() function
90 return timer_create(timer, name, cb, first, round, arg, auto_run, K_OBJ_STATIC_ALLOC); in krhino_timer_create()
119 ret = timer_create(timer_obj, name, cb, first, round, arg, auto_run, K_OBJ_DYN_ALLOC); in krhino_timer_dyn_create()
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_timer.c33 if (timer_create(CLOCK_MONOTONIC, &ent, timer) != 0) { in aos_hal_timer_init()
/AliOS-Things-master/components/posix/src/
A Dtimer.c77 int timer_create(clockid_t clockid, struct sigevent * evp, timer_t * timerid) in timer_create() function
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c317 if (timer_create(CLOCK_MONOTONIC, &ent, &amp_timer->timer) != 0) { in aos_timer_create()

Completed in 6 milliseconds