Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dposix_timers.cpp61 int sigev_notify; member
117 timer->sigev_notify = (evp == NULL) ? SIGEV_SIGNAL : evp->sigev_notify; in timer_create()
120 if (timer->sigev_notify != SIGEV_THREAD) { in timer_create()
170 se.sigev_notify = SIGEV_THREAD_ID; in timer_create()
195 if (timer->sigev_notify == SIGEV_THREAD) { in timer_delete()
/bionic/tests/
Dtime_test.cpp178 se.sigev_notify = SIGEV_THREAD; in TEST()
210 se.sigev_notify = SIGEV_SIGNAL; in TEST()
248 se.sigev_notify = SIGEV_THREAD; in Counter()
352 se.sigev_notify = SIGEV_THREAD; in TEST()
367 se.sigev_notify = SIGEV_THREAD; in TEST()
451 se.sigev_notify = SIGEV_THREAD; in TEST()
/bionic/libc/kernel/uapi/asm-generic/
Dsiginfo.h244 int sigev_notify; member