Searched refs:sigev_notify_function (Results 1 – 4 of 4) sorted by relevance
34 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()
79 void (*sigev_notify_function)(union sigval); member
30 ent.sigev_notify_function = (void (*)(union sigval))timer_common_cb; in aos_hal_timer_init()
314 ent.sigev_notify_function = (void (*)(union sigval))timer_common_cb; in aos_timer_create()
Completed in 6 milliseconds