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

/bionic/libc/bionic/
H A Draise.cpp34 int rc = pthread_kill(pthread_self(), sig);
H A Dpthread_kill.cpp37 int pthread_kill(pthread_t t, int sig) { function
H A Dposix_timers.cpp107 pthread_kill(timer->callback_thread, TIMER_SIGNAL);
/bionic/libc/include/
H A Dsignal.h132 extern int pthread_kill(pthread_t, int);
/bionic/tests/
H A Dsemaphore_test.cpp199 ASSERT_EQ(0, pthread_kill(thread, SIGUSR1));
222 ASSERT_EQ(0, pthread_kill(thread, SIGUSR1));
H A Dpthread_test.cpp387 pthread_kill(signal_thread, SIGUSR1);
429 ASSERT_EQ(0, pthread_kill(pthread_self(), 0));
433 ASSERT_EQ(EINVAL, pthread_kill(pthread_self(), -1));
440 // Can we call pthread_kill from a signal handler?
441 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
447 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
508 ASSERT_EQ(ESRCH, pthread_kill(dead_thread, 0));
/bionic/libc/
H A DAndroid.mk573 bionic/pthread_kill.cpp \

Completed in 137 milliseconds