Searched defs:sigevent (Results 1 – 2 of 2) sorted by relevance
173 struct sigevent { struct174 int sigev_notify; /* Notification type */175 int sigev_signo; /* Signal number */176 union sigval sigev_value; /* Signal value */177 union {185 } _sigev_un;
72 aio_sigev_alloc(sigev_id_t id, struct sigevent *sigevent, in aio_sigev_alloc()