Searched defs:sigev_notify (Results 1 - 4 of 4) sorted by relevance

/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/strace/
H A Dtime.c615 int sigev_notify; member in struct:__anon30489
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/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h281 int sigev_notify; member in struct:sigevent
/external/valgrind/main/include/vki/
H A Dvki-linux.h553 int sigev_notify; member in struct:vki_sigevent

Completed in 137 milliseconds