Searched refs:sigev_notify (Results 1 - 16 of 16) sorted by relevance

/external/strace/
H A Dprint_sigevent.c54 switch (sev.sigev_notify) {
64 tprints(", sigev_notify=");
65 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
67 switch (sev.sigev_notify) {
/external/strace/tests/
H A Dtimer_create.c45 .sigev_notify = SIGEV_NONE,
54 ", sigev_signo=%u, sigev_notify=SIGEV_NONE}"
60 sev.sigev_notify = SIGEV_SIGNAL;
65 ", sigev_signo=SIGALRM, sigev_notify=SIGEV_SIGNAL}"
70 sev.sigev_notify = SIGEV_THREAD;
78 ", sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
99 sev.sigev_notify = SIGEV_THREAD_ID;
104 ", sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD_ID"
H A Dtimer_xettime.c47 struct sigevent sev = { .sigev_notify = SIGEV_NONE };
52 ", sigev_notify=SIGEV_NONE}, [%d]) = 0\n", tid);
/external/fio/os/
H A Dos-mac.h63 if (fio_timers[i].sigev_notify == SIGEV_THREAD)
65 else if (fio_timers[i].sigev_notify == SIGEV_SIGNAL)
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c175 se.sigev_notify = SIGEV_THREAD;
/external/fio/engines/
H A Dposixaio.c85 aiocb->aio_sigevent.sigev_notify = SIGEV_NONE;
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h288 int sigev_notify; member in struct:sigevent
/external/libnfc-nci/halimpl/pn54x/tml/
H A DphOsalNfc_Timer.c79 se.sigev_notify = SIGEV_THREAD;
/external/deqp/framework/delibs/deutil/
H A DdeTimer.c185 sevp.sigev_notify = SIGEV_THREAD;
/external/autotest/client/tests/cyclictest/src/
H A Dcyclictest.c236 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL;
/external/valgrind/memcheck/tests/solaris/
H A Dscalar.c1099 evp.sigev_notify = x0 + SIGEV_THREAD;
H A Dscalar.stderr.exp3828 Syscall param timer_create(evp.sigev_notify) points to unaddressable byte(s)
3853 Syscall param timer_create(evp.sigev_notify) points to uninitialised byte(s)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c2226 PRE_MEM_READ( "timer_create(evp.sigev_notify)", (Addr)&evp->sigev_notify,
2228 if (ML_(safe_to_deref)(&evp->sigev_notify, sizeof(int))
2229 && (evp->sigev_notify & VKI_SIGEV_THREAD_ID) != 0)
H A 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))
/external/valgrind/include/vki/
H A Dvki-linux.h557 int sigev_notify; member in struct:vki_sigevent
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp3619 Syscall param timer_create(evp.sigev_notify) points to unaddressable byte(s)

Completed in 2876 milliseconds