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.c52 .notify = SIGEV_NONE,
70 .notify = SIGEV_NONE,
76 .notify = SIGEV_NONE,
82 .notify = SIGEV_NONE,
88 .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/kernel/timers/timer_create/
Dtimer_create03.c143 evp.sigev_notify = SIGEV_NONE; in setup_test()
Dtimer_create02.c156 evp.sigev_notify = SIGEV_NONE; in setup_test()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
D2-1.c80 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
/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/syzkaller/sys/netbsd/
Dsys_amd64.const85 SIGEV_NONE = 0
/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/syzkaller/sys/freebsd/
Dsys_amd64.const107 SIGEV_NONE = 0
/external/minijail/linux-x86/
Dlibconstants.gen.c1097 #ifdef SIGEV_NONE
1098 { "SIGEV_NONE", (unsigned long) SIGEV_NONE },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h304 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py124 SIGEV_NONE = 128 variable

12