Home
last modified time | relevance | path

Searched refs:SIGEV_NONE (Results 1 - 25 of 46) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/mq_notify/
H A Dmq_notify01.c40 .notify = SIGEV_NONE,
58 .notify = SIGEV_NONE,
64 .notify = SIGEV_NONE,
70 .notify = SIGEV_NONE,
76 .notify = SIGEV_NONE,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H A D5-1.c87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
132 SIGEV_NONE)) { in main()
H A D6-1.c88 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
H A D4-1.c87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
H A D7-1.c91 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
/third_party/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create01.c16 * 1) SIGEV_NONE
37 {SIGALRM, SIGEV_NONE, "SIGEV_NONE"},
H A Dtimer_create02.c30 .sigev_notify = SIGEV_NONE,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
H A D2-1.c80 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c74 case SIGEV_NONE: in timer_create()
/third_party/musl/src/aio/
H A Dlio_listio.c81 if (mode == LIO_WAIT || (sev && sev->sigev_notify != SIGEV_NONE)) { in lio_listio()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Dlio_listio.c82 if (mode == LIO_WAIT || (sev && sev->sigev_notify != SIGEV_NONE)) { in lio_listio()
/third_party/ltp/lib/
H A Dtlibio.c607 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE; in lio_write_buffer()
1183 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE; in lio_read_buffer()
1712 sigev_notify == SIGEV_NONE ? "none" :
1821 sigev_notify == SIGEV_NONE ? "none" :
1845 SIGEV_NONE ? "none" :
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h171 #define SIGEV_NONE 1 macro
/third_party/musl/src/time/
H A Dtimer_create.c123 case SIGEV_NONE: in timer_create()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h194 #define SIGEV_NONE 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h194 #define SIGEV_NONE 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h194 #define SIGEV_NONE 1 macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h204 #define SIGEV_NONE 1 macro
/third_party/musl/include/
H A Dsignal.h203 #define SIGEV_NONE 1 macro
/third_party/musl/libc-test/src/api/
H A Dsignal.c28 C(SIGEV_NONE) in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs76 pub const SIGEV_NONE: ::c_int = 1; consts
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs1062 SigevNotify::SigevNone => libc::SIGEV_NONE, in new()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs459 pub const SIGEV_NONE: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1249 pub const SIGEV_NONE: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs820 pub const SIGEV_NONE: ::c_int = 0; consts

Completed in 44 milliseconds

12