Searched defs:sigevent (Results 1 – 1 of 1) sorted by relevance
171 struct sigevent { struct172 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 */