Searched defs:sigevent (Results 1 – 1 of 1) sorted by relevance
180 struct sigevent { struct181 union sigval sigev_value;182 int sigev_signo;183 int sigev_notify;184 void (*sigev_notify_function)(union sigval);185 pthread_attr_t *sigev_notify_attributes;186 char __pad[56-3*sizeof(long)];