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

/bionic/libc/bionic/
H A Dposix_timers.cpp60 int sigev_notify; member in struct:PosixTimer
112 timer->sigev_notify = (evp == NULL) ? SIGEV_SIGNAL : evp->sigev_notify;
115 if (timer->sigev_notify != SIGEV_THREAD) {
167 se.sigev_notify = SIGEV_THREAD_ID;
192 if (timer->sigev_notify == SIGEV_THREAD) {
/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h202 int sigev_notify; member in struct:sigevent
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dsiginfo.h202 int sigev_notify; member in struct:sigevent
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-generic/
H A Dsiginfo.h202 int sigev_notify; member in struct:sigevent
/bionic/tests/
H A Dtime_test.cpp314 se.sigev_notify = SIGEV_THREAD;
343 se.sigev_notify = SIGEV_SIGNAL;
381 se.sigev_notify = SIGEV_THREAD;
485 se.sigev_notify = SIGEV_THREAD;
500 se.sigev_notify = SIGEV_THREAD;
584 se.sigev_notify = SIGEV_THREAD;
/bionic/tests/headers/posix/
H A Dsignal_h.c52 STRUCT_MEMBER(struct sigevent, int, sigev_notify);

Completed in 780 milliseconds