Searched refs:sigev_notify_func (Results 1 – 1 of 1) sorted by relevance
804 void (*sigev_notify_func)(union sigval val); member906 void *ptid = &timer->sigev_notify_func; in rtthread_timer_wrapper()925 if(timer->sigev_notify_func != RT_NULL) in rtthread_timer_wrapper()927 (timer->sigev_notify_func)(timer->val); in rtthread_timer_wrapper()1015 timer->sigev_notify_func = evp->sigev_notify_function; in timer_create()
Completed in 4 milliseconds