Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/src/
A Dtimer.c34 if ((evp != NULL) && (evp->sigev_notify_function != NULL)) { in timer_callback()
35 evp->sigev_notify_function(evp->sigev_value); in timer_callback()
96 if (evp->sigev_notify_function == NULL) { in timer_create()
/AliOS-Things-master/components/posix/include/
A Dsignal.h79 void (*sigev_notify_function)(union sigval); member
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_timer.c30 ent.sigev_notify_function = (void (*)(union sigval))timer_common_cb; in aos_hal_timer_init()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c314 ent.sigev_notify_function = (void (*)(union sigval))timer_common_cb; in aos_timer_create()

Completed in 6 milliseconds