Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dsignal.h172 struct sigevent { struct
173 int sigev_notify; /* Notification type */
174 int sigev_signo; /* Signal number */
175 union sigval sigev_value; /* Signal value */
176 void (*sigev_notify_function)(union sigval); /* Notification function */
177 pthread_attr_t *sigev_notify_attributes; /* Notification attributes */