Home
last modified time | relevance | path

Searched refs:sigevent (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Dtimer.c32 struct sigevent *evp =(struct sigevent *)arg; in timer_callback()
77 int timer_create(clockid_t clockid, struct sigevent * evp, timer_t * timerid) in timer_create()
109 timer_list_m->evp = malloc(sizeof(struct sigevent)); in timer_create()
115 memcpy(timer_list_m->evp, evp, sizeof(struct sigevent)); in timer_create()
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_timer.c23 struct sigevent ent; in aos_hal_timer_init()
26 memset(&ent, 0x00, sizeof(struct sigevent)); in aos_hal_timer_init()
/AliOS-Things-master/components/posix/include/
A Dsignal.h74 struct sigevent { struct
/AliOS-Things-master/components/minilibc/include/
A Dtime.h121 struct sigevent;
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c294 struct sigevent ent; in aos_timer_create()
310 memset(&ent, 0x00, sizeof(struct sigevent)); in aos_timer_create()

Completed in 7 milliseconds