Searched refs:SIGEV_SIGNAL (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dposix_timers.cpp117 timer->sigev_notify = (evp == NULL) ? SIGEV_SIGNAL : evp->sigev_notify;
/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h237 #define SIGEV_SIGNAL 0 macro
/bionic/tests/
H A Dtime_test.cpp240 se.sigev_notify = SIGEV_SIGNAL;
356 // A NULL sigevent* is equivalent to asking for SIGEV_SIGNAL for SIGALRM.
374 // A SIGEV_SIGNAL timer is easy; the kernel does all that.

Completed in 104 milliseconds