Searched defs:sigevent (Results 1 – 1 of 1) sorted by relevance
34 struct sigevent { struct35 int sigev_notify; /* notification type */36 int sigev_signo; /* signal number */37 union sigval sigev_value; /* user-defined signal value */38 void (*sigev_notify_function)(union sigval);41 pthread_attr_t* sigev_notify_attributes;