Searched refs:SIGEV_NONE (Results 1 – 25 of 36) sorted by relevance
12
/external/strace/xlat/ |
D | sigev_value.h | 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 1 48 XLAT(SIGEV_NONE),
|
D | sigev_value.in | 2 SIGEV_NONE 1
|
/external/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify01.c | 40 .notify = SIGEV_NONE, 58 .notify = SIGEV_NONE, 64 .notify = SIGEV_NONE, 70 .notify = SIGEV_NONE, 76 .notify = SIGEV_NONE,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/ |
D | 5-1.c | 87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main() 132 SIGEV_NONE)) { in main()
|
D | 6-1.c | 88 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
|
D | 4-1.c | 87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
|
D | 7-1.c | 91 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/ |
D | 2-1.c | 80 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
|
/external/ltp/testcases/kernel/syscalls/timer_create/ |
D | timer_create02.c | 30 .sigev_notify = SIGEV_NONE,
|
D | timer_create01.c | 37 {SIGALRM, SIGEV_NONE, "SIGEV_NONE"},
|
/external/strace/tests/ |
D | timer_create.c | 64 sev.sigev_notify = SIGEV_NONE; in main()
|
D | timer_xettime.c | 53 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; in main()
|
D | mq_sendrecv.c | 379 bogus_sev->sigev_notify = SIGEV_NONE; in main()
|
/external/strace/tests-m32/ |
D | timer_create.c | 64 sev.sigev_notify = SIGEV_NONE; in main()
|
D | timer_xettime.c | 53 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; in main()
|
D | mq_sendrecv.c | 379 bogus_sev->sigev_notify = SIGEV_NONE; in main()
|
/external/strace/tests-mx32/ |
D | timer_create.c | 64 sev.sigev_notify = SIGEV_NONE; in main()
|
D | timer_xettime.c | 53 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; in main()
|
D | mq_sendrecv.c | 379 bogus_sev->sigev_notify = SIGEV_NONE; in main()
|
/external/ltp/lib/ |
D | tlibio.c | 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" :
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | siginfo.h | 307 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 124 SIGEV_NONE = 128 variable
|
D | FILE.py | 121 SIGEV_NONE = 128 variable
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 101 SIGEV_NONE is used in ev.sigev_notify.
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 503 SIGEV_NONE = 1 variable
|
12