Searched defs:RT_TIMER_SIGNAL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp35 /** @def RT_TIMER_SIGNAL
40 # define RT_TIMER_SIGNAL SIGALRM macro
42 # define RT_TIMER_SIGNAL SIGALRM macro
180 * RT_TIMER_SIGNAL wait thread.
199 if (sigaction(RT_TIMER_SIGNAL, &SigAct, NULL))
202 if (sigaction(RT_TIMER_SIGNAL, &SigAct, NULL))
262 * deliver the RT_TIMER_SIGNAL to the thread calling setitimer(). Therefore
265 * It turns out this might not always be the case, see RT_TIMER_SIGNAL killing
306 sigaddset(&SigSet, RT_TIMER_SIGNAL);
317 if (RT_LIKELY(SigInfo.si_signo == RT_TIMER_SIGNAL))
[all...]

Completed in 42 milliseconds