Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dsignal.h173 struct sigevent { struct
174 int sigev_notify; /* Notification type */
175 union {
183 } __sigev_u;
184 union sigval sigev_value; /* Signal value */
185 void (*sigev_notify_function)(union sigval);