Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dposix_timers.cpp115 if (timer->sigev_notify != SIGEV_THREAD) { in timer_create()
192 if (timer->sigev_notify == SIGEV_THREAD) { in timer_delete()
/bionic/tests/
Dtime_test.cpp381 se.sigev_notify = SIGEV_THREAD; in TEST()
448 se.sigev_notify = SIGEV_THREAD; in Counter()
552 se.sigev_notify = SIGEV_THREAD; in TEST()
634 se.sigev_notify = SIGEV_THREAD; in TEST()
/bionic/libc/kernel/uapi/asm-generic/
Dsiginfo.h215 #define SIGEV_THREAD 2 macro
/bionic/tests/headers/posix/
Dsignal_h.c64 MACRO(SIGEV_THREAD); in signal_h()