Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dposix_timers.cpp120 if (timer->sigev_notify != SIGEV_THREAD) { 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()
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.h231 #define SIGEV_THREAD 2 macro