Home
last modified time | relevance | path

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

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