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

/osnet-11/usr/src/lib/libc/port/rt/
H A Dclock_timer.c41 extern int __timer_create(clockid_t, struct sigevent *, timer_t *);
82 timer_create(clockid_t clock_id, struct sigevent *sigevp, timer_t *timerid)
84 struct sigevent sigevent; local
99 /* copy the sigevent structure so we can modify it */
100 sigevent = *sigevp;
101 sigevp = &sigevent;
H A Dmqueue.c967 const struct sigevent *sigevp)
993 mq_notify(mqd_t mqdes, const struct sigevent *sigevp)
999 struct sigevent sigevent; local
1061 (void) memset(&sigevent, 0, sizeof (sigevent));
1062 sigevent.sigev_notify = SIGEV_PORT;
1063 sigevp = &sigevent;

Completed in 24 milliseconds