Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 14 of 14) sorted by relevance

/external/strace/tests/
Dtimer_create.c45 .sigev_notify = SIGEV_NONE, in main()
60 sev.sigev_notify = SIGEV_SIGNAL; in main()
70 sev.sigev_notify = SIGEV_THREAD; in main()
99 sev.sigev_notify = SIGEV_THREAD_ID; in main()
Dtimer_xettime.c47 struct sigevent sev = { .sigev_notify = SIGEV_NONE }; in main()
/external/strace/
Dprint_sigevent.c54 switch (sev.sigev_notify) { in MPERS_PRINTER_DECL()
65 printxval(sigev_value, sev.sigev_notify, "SIGEV_???"); in MPERS_PRINTER_DECL()
67 switch (sev.sigev_notify) { in MPERS_PRINTER_DECL()
/external/fio/os/
Dos-mac.h63 if (fio_timers[i].sigev_notify == SIGEV_THREAD) in sig_alrm()
65 else if (fio_timers[i].sigev_notify == SIGEV_SIGNAL) 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.h288 int sigev_notify; member
/external/libnfc-nci/halimpl/pn54x/tml/
DphOsalNfc_Timer.c79 se.sigev_notify = SIGEV_THREAD; in phOsalNfc_Timer_Create()
/external/fio/engines/
Dposixaio.c85 aiocb->aio_sigevent.sigev_notify = SIGEV_NONE; in fio_posixaio_prep()
/external/deqp/framework/delibs/deutil/
DdeTimer.c185 sevp.sigev_notify = SIGEV_THREAD; in deTimer_create()
/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c236 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL; in timerthread()
/external/valgrind/memcheck/tests/solaris/
Dscalar.c1099 evp.sigev_notify = x0 + SIGEV_THREAD; in sys_timer_create2()
/external/valgrind/include/vki/
Dvki-linux.h557 int sigev_notify; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c7972 PRE_FIELD_READ("timer_create(evp.sigev_notify)", evp->sigev_notify);
7979 if ((evp->sigev_notify == VKI_SIGEV_PORT) ||
7980 (evp->sigev_notify == VKI_SIGEV_THREAD))
Dsyswrap-linux.c2226 PRE_MEM_READ( "timer_create(evp.sigev_notify)", (Addr)&evp->sigev_notify, in PRE()
2228 if (ML_(safe_to_deref)(&evp->sigev_notify, sizeof(int)) in PRE()
2229 && (evp->sigev_notify & VKI_SIGEV_THREAD_ID) != 0) in PRE()