Searched defs:sigevent (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | clock_timer.c | 41 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 D | mqueue.c | 908 const struct sigevent *sigevp) 934 mq_notify(mqd_t mqdes, const struct sigevent *sigevp) 940 struct sigevent sigevent; local 1002 (void) memset(&sigevent, 0, sizeof (sigevent)); 1003 sigevent.sigev_notify = SIGEV_PORT; 1004 sigevp = &sigevent;
|
/illumos-gate/usr/src/head/ |
H A D | time.h | 114 * definition of the sigevent structure. Both require the inclusion 116 * However, X/Open also specifies that the sigevent structure be defined 119 * also <signal.h>. The sigval union and the sigevent structure is 133 struct sigevent { struct 146 extern int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | siginfo.h | 81 * The sigevent structure is also defined in <time.h> as per X/Open and 86 struct sigevent { struct 104 /* Kernel view of user ILP32 sigevent */ 233 * by <sys/types.h> for the sigevent structure. Hence this inclusion must
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | signal.h | 163 struct sigevent { struct
|
Completed in 82 milliseconds