Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD (Results 1 – 13 of 13) 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.c56 case SIGEV_THREAD: in MPERS_PRINTER_DECL()
88 case SIGEV_THREAD: in MPERS_PRINTER_DECL()
DChangeLog-CVS2903 * time.c (printsigevent): Handle SIGEV_THREAD.
/external/strace/tests/
Dtimer_create.c70 sev.sigev_notify = SIGEV_THREAD; in main()
/external/fio/os/
Dos-mac.h63 if (fio_timers[i].sigev_notify == SIGEV_THREAD) in sig_alrm()
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Timer.c175 se.sigev_notify = SIGEV_THREAD; in phOsalNfc_Timer_Create()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h270 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/external/libnfc-nci/halimpl/pn54x/tml/
DphOsalNfc_Timer.c79 se.sigev_notify = SIGEV_THREAD; in phOsalNfc_Timer_Create()
/external/deqp/framework/delibs/deutil/
DdeTimer.c185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()
/external/bison/
Dmaint.mk617 SIGEV_THREAD SIGSTKSZ SIG_BLOCK SIG_SETMASK SIG_UNBLOCK SS_DISABLE \
/external/valgrind/include/vki/
Dvki-solaris.h923 #define VKI_SIGEV_THREAD SIGEV_THREAD
/external/valgrind/memcheck/tests/solaris/
Dscalar.c1099 evp.sigev_notify = x0 + SIGEV_THREAD; in sys_timer_create2()