Home | History | Annotate | Download | only in tests

Lines Matching refs:SIGALRM

442   ASSERT_EQ(SIGALRM, signal_number);
445 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
450 ScopedSignalHandler ssh(SIGALRM, pthread_kill__in_signal_handler_helper);
451 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));