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