/external/strace/xlat/ |
D | sigev_value.h | 20 #if defined(SIGEV_THREAD) || (defined(HAVE_DECL_SIGEV_THREAD) && HAVE_DECL_SIGEV_THREAD) 22 static_assert((SIGEV_THREAD) == (2), "SIGEV_THREAD != 2"); 25 # define SIGEV_THREAD 2 49 XLAT(SIGEV_THREAD),
|
D | sigev_value.in | 3 SIGEV_THREAD 2
|
/external/strace/ |
D | print_sigevent.c | 57 case SIGEV_THREAD: in MPERS_PRINTER_DECL() 72 case SIGEV_THREAD: in MPERS_PRINTER_DECL()
|
/external/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify01.c | 52 .notify = SIGEV_THREAD, 125 case SIGEV_THREAD: in do_test()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 18-1.c | 78 se.sigev_notify = SIGEV_THREAD; in main()
|
/external/ltp/testcases/kernel/syscalls/timer_create/ |
D | timer_create01.c | 39 {SIGALRM, SIGEV_THREAD, "SIGEV_THREAD"},
|
/external/strace/tests-mx32/ |
D | timer_create.c | 84 sev.sigev_notify = SIGEV_THREAD; in main()
|
D | mq_sendrecv.c | 397 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
|
/external/strace/tests-m32/ |
D | timer_create.c | 84 sev.sigev_notify = SIGEV_THREAD; in main()
|
D | mq_sendrecv.c | 397 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
|
/external/strace/tests/ |
D | timer_create.c | 84 sev.sigev_notify = SIGEV_THREAD; in main()
|
D | mq_sendrecv.c | 397 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
|
/external/ltp/lib/ |
D | tlibio.c | 700 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_write_buffer() 1268 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_read_buffer() 1708 SIGEV_THREAD ? "thread" : "unknown")); 1817 SIGEV_THREAD ? "thread" : "unknown")); 1841 SIGEV_THREAD ? "thread" : "unknown"));
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 1114 #ifdef SIGEV_THREAD 1115 {"SIGEV_THREAD", (unsigned long)SIGEV_THREAD},
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | siginfo.h | 305 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
|
/external/deqp/framework/delibs/deutil/ |
D | deTimer.c | 185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()
|
/external/igt-gpu-tools/lib/ |
D | igt_dummyload.c | 375 sev.sigev_notify = SIGEV_THREAD; in igt_spin_set_timeout()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 124 SIGEV_THREAD = 131 variable
|
/external/igt-gpu-tools/tests/ |
D | syncobj_wait.c | 94 sev.sigev_notify = SIGEV_THREAD; in set_timer()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_eio.c | 232 .sigev_notify = SIGEV_THREAD, in hang_after()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 505 SIGEV_THREAD = 3 variable
|
D | STROPTS.py | 502 SIGEV_THREAD = 3 variable
|
/external/libusb/libusb/os/ |
D | sunos_usb.c | 860 aiocb->aio_sigevent.sigev_notify = SIGEV_THREAD; in sunos_do_async_io()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 638 pub const SIGEV_THREAD: ::c_int = 2; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 260 pub const SIGEV_THREAD: ::c_int = 2; constant
|