Home
last modified time | relevance | path

Searched refs:SIGEV_NONE (Results 1 – 25 of 36) sorted by relevance

12

/external/strace/xlat/
Dsigev_value.h13 #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),
Dsigev_value.in2 SIGEV_NONE 1
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c40 .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/
D5-1.c87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
132 SIGEV_NONE)) { in main()
D6-1.c88 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
D4-1.c87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
D7-1.c91 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
D2-1.c80 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
/external/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create02.c30 .sigev_notify = SIGEV_NONE,
Dtimer_create01.c37 {SIGALRM, SIGEV_NONE, "SIGEV_NONE"},
/external/strace/tests/
Dtimer_create.c64 sev.sigev_notify = SIGEV_NONE; in main()
Dtimer_xettime.c53 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; in main()
Dmq_sendrecv.c379 bogus_sev->sigev_notify = SIGEV_NONE; in main()
/external/strace/tests-m32/
Dtimer_create.c64 sev.sigev_notify = SIGEV_NONE; in main()
Dtimer_xettime.c53 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; in main()
Dmq_sendrecv.c379 bogus_sev->sigev_notify = SIGEV_NONE; in main()
/external/strace/tests-mx32/
Dtimer_create.c64 sev.sigev_notify = SIGEV_NONE; in main()
Dtimer_xettime.c53 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; in main()
Dmq_sendrecv.c379 bogus_sev->sigev_notify = SIGEV_NONE; in main()
/external/ltp/lib/
Dtlibio.c603 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/
Dsiginfo.h307 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py124 SIGEV_NONE = 128 variable
DFILE.py121 SIGEV_NONE = 128 variable
/external/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt101 SIGEV_NONE is used in ev.sigev_notify.
/external/python/cpython2/Lib/plat-sunos5/
DIN.py503 SIGEV_NONE = 1 variable

12