Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsignal.h195 struct sigevent { struct
196 int sigev_notify; /* Notification type */
197 int sigev_signo; /* Signal number */
198 union sigval sigev_value; /* Signal value */
199 union {
207 } _sigev_un;