Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dposix_timers.cpp60 int sigev_notify; member
112 timer->sigev_notify = (evp == nullptr) ? SIGEV_SIGNAL : evp->sigev_notify; in timer_create()
115 if (timer->sigev_notify != SIGEV_THREAD) { in timer_create()
167 se.sigev_notify = SIGEV_THREAD_ID; in timer_create()
192 if (timer->sigev_notify == SIGEV_THREAD) { in timer_delete()
/bionic/tests/
Dtime_test.cpp377 se.sigev_notify = SIGEV_THREAD; in TEST()
406 se.sigev_notify = SIGEV_SIGNAL; in TEST()
444 se.sigev_notify = SIGEV_THREAD; in Counter()
548 se.sigev_notify = SIGEV_THREAD; in TEST()
630 se.sigev_notify = SIGEV_THREAD; in TEST()
/bionic/libc/kernel/uapi/asm-generic/
Dsiginfo.h225 int sigev_notify; member
/bionic/tests/headers/posix/
Dsignal_h.c52 STRUCT_MEMBER(struct sigevent, int, sigev_notify); in signal_h()