Searched defs:sigevent (Results 1 – 1 of 1) sorted by relevance
150 struct sigevent { struct151 int sigev_notify; /* Notification type */152 int sigev_signo; /* Signal number */153 union sigval sigev_value; /* Signal value */154 void (*sigev_notify_function)( union sigval );156 void *sigev_notify_attributes; /* Notification Attributes */