Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD (Results 1 – 21 of 21) sorted by relevance

/external/strace/xlat/
Dsigev_value.h8 #if !(defined(SIGEV_THREAD) || (defined(HAVE_DECL_SIGEV_THREAD) && HAVE_DECL_SIGEV_THREAD))
9 # define SIGEV_THREAD 2 macro
27 XLAT(SIGEV_THREAD),
Dsigev_value.in3 SIGEV_THREAD 2
/external/strace/
Dprint_sigevent.c57 case SIGEV_THREAD: in MPERS_PRINTER_DECL()
72 case SIGEV_THREAD: in MPERS_PRINTER_DECL()
DChangeLog-CVS2903 * time.c (printsigevent): Handle SIGEV_THREAD.
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c107 .notify = SIGEV_THREAD,
229 case SIGEV_THREAD: in do_test()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c80 se.sigev_notify = SIGEV_THREAD; in main()
/external/strace/tests-m32/
Dtimer_create.c84 sev.sigev_notify = SIGEV_THREAD; in main()
Dmq_sendrecv.c400 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
/external/strace/tests-mx32/
Dtimer_create.c84 sev.sigev_notify = SIGEV_THREAD; in main()
Dmq_sendrecv.c400 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
/external/strace/tests/
Dtimer_create.c84 sev.sigev_notify = SIGEV_THREAD; in main()
Dmq_sendrecv.c400 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
/external/ltp/lib/
Dtlibio.c700 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/fio/os/
Dos-mac.h63 if (fio_timers[i].sigev_notify == SIGEV_THREAD) in sig_alrm()
/external/minijail/linux-x86/
Dlibconstants.gen.c1106 #ifdef SIGEV_THREAD
1107 { "SIGEV_THREAD", (unsigned long) SIGEV_THREAD },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h277 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/external/deqp/framework/delibs/deutil/
DdeTimer.c185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()
/external/libusb/libusb/os/
Dsunos_usb.c860 aiocb->aio_sigevent.sigev_notify = SIGEV_THREAD; in sunos_do_async_io()
/external/valgrind/include/vki/
Dvki-solaris.h923 #define VKI_SIGEV_THREAD SIGEV_THREAD
/external/bison/
Dmaint.mk617 SIGEV_THREAD SIGSTKSZ SIG_BLOCK SIG_SETMASK SIG_UNBLOCK SS_DISABLE \
/external/valgrind/memcheck/tests/solaris/
Dscalar.c1099 evp.sigev_notify = x0 + SIGEV_THREAD; in sys_timer_create2()