Searched refs:sigev_notify_function (Results 1 – 7 of 7) sorted by relevance
14 void (*sigev_notify_function) (__sigval_t); /* Function to start. */ member
45 #define sigev_notify_function _sigev_un._sigev_thread._function macro
85 sigev2.sigev_notify_function = notify_func1; in main()111 sigev2.sigev_notify_function = notify_func2; in main()
57 sev.sigev_notify_function = &thread_handler; in do_test()
84 newp->thrfunc = evp->sigev_notify_function; in ___timer_create()
232 data.fct = notification->sigev_notify_function; in __mq_notify()
329 timer->event.sigev_notify_function (timer->event.sigev_value); in thread_expire_timer()
Completed in 19 milliseconds