/third_party/ltp/testcases/kernel/syscalls/mq_notify/ |
H A D | mq_notify01.c | 40 .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 D | 5-1.c | 87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main() 132 SIGEV_NONE)) { in main()
|
H A D | 6-1.c | 88 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
|
H A D | 4-1.c | 87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
|
H A D | 7-1.c | 91 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
|
/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
H A D | timer_create01.c | 16 * 1) SIGEV_NONE 37 {SIGALRM, SIGEV_NONE, "SIGEV_NONE"},
|
H A D | timer_create02.c | 30 .sigev_notify = SIGEV_NONE,
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/ |
H A D | 2-1.c | 80 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | timer_create.c | 74 case SIGEV_NONE: in timer_create()
|
/third_party/musl/src/aio/ |
H A D | lio_listio.c | 81 if (mode == LIO_WAIT || (sev && sev->sigev_notify != SIGEV_NONE)) { in lio_listio()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
H A D | lio_listio.c | 82 if (mode == LIO_WAIT || (sev && sev->sigev_notify != SIGEV_NONE)) { in lio_listio()
|
/third_party/ltp/lib/ |
H A D | tlibio.c | 607 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 D | signal.h | 171 #define SIGEV_NONE 1 macro
|
/third_party/musl/src/time/ |
H A D | timer_create.c | 123 case SIGEV_NONE: in timer_create()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | signal.h | 194 #define SIGEV_NONE 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | signal.h | 194 #define SIGEV_NONE 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | signal.h | 194 #define SIGEV_NONE 1 macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | signal.h | 204 #define SIGEV_NONE 1 macro
|
/third_party/musl/include/ |
H A D | signal.h | 203 #define SIGEV_NONE 1 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | signal.c | 28 C(SIGEV_NONE) in f()
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
H A D | mod.rs | 76 pub const SIGEV_NONE: ::c_int = 1; consts
|
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 1062 SigevNotify::SigevNone => libc::SIGEV_NONE, in new()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 459 pub const SIGEV_NONE: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1249 pub const SIGEV_NONE: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 820 pub const SIGEV_NONE: ::c_int = 0; consts
|