Home
last modified time | relevance | path

Searched defs:sigevent (Results 1 – 1 of 1) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/
Dsignal.h180 struct sigevent { struct
181 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)];