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

/bionic/libc/bionic/
H A Dposix_timers.cpp54 static const int TIMER_SIGNAL = (__SIGRTMIN + 0); variable
76 sigaddset(sigset.get(), TIMER_SIGNAL);
102 pthread_kill(timer->callback_thread, TIMER_SIGNAL);
146 // We start the thread with TIMER_SIGNAL blocked by blocking the signal here and letting it
149 sigaddset(sigset.get(), TIMER_SIGNAL);
164 se.sigev_signo = TIMER_SIGNAL;

Completed in 19 milliseconds