Searched defs:sigevent (Results 1 – 3 of 3) sorted by relevance
44 struct sigevent { struct45 int sigev_notify; /* Notification type */46 int sigev_signo; /* Signal number */47 union sigval sigev_value; /* Signal value */50 void (*sigev_notify_function)( union sigval );52 pthread_attr_t *sigev_notify_attributes; /* Notification Attributes */
238 typedef struct sigevent { struct251 } sigevent_t; argument
277 typedef struct sigevent struct297 } sigevent_t; argument