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

/external/strace/
H A Dtime.c615 int sigev_notify; member in struct:__anon31371
629 if (sev.sigev_notify == SIGEV_SIGNAL)
633 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
635 if (sev.sigev_notify == SIGEV_THREAD_ID)
637 else if (sev.sigev_notify == SIGEV_THREAD)
663 if (sev.sigev_notify == SIGEV_SIGNAL)
667 printxval(sigev_value, sev.sigev_notify, "SIGEV_???");
669 if (sev.sigev_notify == SIGEV_THREAD_ID)
681 else if (sev.sigev_notify == SIGEV_THREAD)
/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/bluetooth/bluedroid/test/suite/support/
H A Dhal.c81 sigevent.sigev_notify = SIGEV_THREAD;
/external/bluetooth/bluedroid/hci/src/
H A Dlpm.c142 se.sigev_notify = SIGEV_THREAD;
H A Dbt_hci_bdroid.c284 se.sigev_notify = SIGEV_THREAD;
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h24 /* sigev_notify values
45 int sigev_notify; /* Notification type */ member in struct:sigevent
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h281 int sigev_notify; member in struct:sigevent
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c175 se.sigev_notify = SIGEV_THREAD;
/external/bluetooth/bluedroid/osi/src/
H A Dalarm.c259 sigevent.sigev_notify = SIGEV_THREAD;
/external/bluetooth/bluedroid/osi/test/
H A Dalarm_test.cpp41 sigevent.sigev_notify = SIGEV_THREAD;
/external/fio/engines/
H A Dposixaio.c85 aiocb->aio_sigevent.sigev_notify = SIGEV_NONE;
/external/bluetooth/bluedroid/main/
H A Dbte_main.c396 se.sigev_notify = SIGEV_THREAD;
/external/deqp/framework/delibs/deutil/
H A DdeTimer.c183 sevp.sigev_notify = SIGEV_THREAD;
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c512 sigevent.sigev_notify = SIGEV_THREAD;
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c323 sigevent.sigev_notify = SIGEV_THREAD;
/external/qemu/
H A Dmain-loop.c603 ev.sigev_notify = SIGEV_SIGNAL;
/external/valgrind/main/include/vki/
H A Dvki-linux.h553 int sigev_notify; member in struct:vki_sigevent
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c2184 PRE_MEM_READ( "timer_create(evp.sigev_notify)", (Addr)&evp->sigev_notify,
2186 if (ML_(safe_to_deref)(&evp->sigev_notify, sizeof(int))
2187 && (evp->sigev_notify & VKI_SIGEV_THREAD_ID) != 0)
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp3615 Syscall param timer_create(evp.sigev_notify) points to unaddressable byte(s)

Completed in 2475 milliseconds