Searched refs:SIGEV_NONE (Results 1 – 25 of 36) sorted by relevance
12
13 #if defined(SIGEV_NONE) || (defined(HAVE_DECL_SIGEV_NONE) && HAVE_DECL_SIGEV_NONE)15 static_assert((SIGEV_NONE) == (1), "SIGEV_NONE != 1");18 # define SIGEV_NONE 148 XLAT(SIGEV_NONE),
2 SIGEV_NONE 1
52 .notify = SIGEV_NONE,70 .notify = SIGEV_NONE,76 .notify = SIGEV_NONE,82 .notify = SIGEV_NONE,88 .notify = SIGEV_NONE,
87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()132 SIGEV_NONE)) { in main()
88 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
91 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
143 evp.sigev_notify = SIGEV_NONE; in setup_test()
156 evp.sigev_notify = SIGEV_NONE; in setup_test()
80 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
64 sev.sigev_notify = SIGEV_NONE; in main()
53 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; in main()
379 bogus_sev->sigev_notify = SIGEV_NONE; in main()
85 SIGEV_NONE = 0
603 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE; in lio_write_buffer()1174 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE; in lio_read_buffer()1702 sigev_notify == SIGEV_NONE ? "none" :1811 sigev_notify == SIGEV_NONE ? "none" :1835 SIGEV_NONE ? "none" :
107 SIGEV_NONE = 0
1097 #ifdef SIGEV_NONE1098 { "SIGEV_NONE", (unsigned long) SIGEV_NONE },
304 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
124 SIGEV_NONE = 128 variable