Searched refs:__pthread_kill (Results 1 – 5 of 5) sorted by relevance
25 #pragma weak __pthread_kill macro40 if (__pthread_kill != NULL && GL (dl_pthread_threads) != NULL) in raise()43 err = __pthread_kill (__pthread_self (), signo); in raise()
27 __pthread_kill (pthread_t thread, int sig) in __pthread_kill() function51 strong_alias (__pthread_kill, pthread_kill)
26 int ret = __pthread_kill (__pthread_self (), sig); in raise()
515 extern int __pthread_kill (pthread_t threadid, int signo);516 libc_hidden_proto (__pthread_kill)
5 GLIBC_2.12 __pthread_kill F
Completed in 23 milliseconds