Searched defs:sigevent (Results 1 – 9 of 9) sorted by relevance
18 struct sigevent sigevent; in main() local
179 struct sigevent { struct180 union sigval sigev_value;181 int sigev_signo;182 int sigev_notify;183 void (*sigev_notify_function)(union sigval);184 pthread_attr_t *sigev_notify_attributes;185 char __pad[56-3*sizeof(long)];
147 struct sigevent { struct148 union sigval sigev_value;149 int sigev_signo;150 int sigev_notify;151 void (*sigev_notify_function)(union sigval);152 void *sigev_notify_attributes;
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)];
2299 class sigevent(Structure): class