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

/bionic/libc/bionic/
H A Dposix_timers.cpp59 int sigev_notify; member in struct:PosixTimer
108 timer->sigev_notify = (evp == NULL) ? SIGEV_SIGNAL : evp->sigev_notify;
111 if (timer->sigev_notify != SIGEV_THREAD) {
160 se.sigev_notify = SIGEV_THREAD_ID;
185 if (timer->sigev_notify == SIGEV_THREAD) {
/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h244 int sigev_notify; member in struct:sigevent

Completed in 68 milliseconds