Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dtime.h133 struct sigevent { struct
146 extern int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD, argument
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h163 struct sigevent { struct
164 int sigev_notify; /* Notification type */
165 int sigev_signo; /* Signal number */
166 union sigval sigev_value; /* Signal value */
167 union {
175 } _sigev_un;
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h84 struct sigevent { struct
102 /* Kernel view of user ILP32 sigevent */ argument
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dclock_timer.c84 struct sigevent sigevent; in timer_create() local
H A Dmqueue.c938 struct sigevent sigevent; in mq_notify() local