Home
last modified time | relevance | path

Searched refs:__pthread_kill (Results 1 – 5 of 5) sorted by relevance

/sysdeps/htl/
A Draise.c25 #pragma weak __pthread_kill macro
40 if (__pthread_kill != NULL && GL (dl_pthread_threads) != NULL) in raise()
43 err = __pthread_kill (__pthread_self (), signo); in raise()
/sysdeps/hurd/htl/
A Dpt-kill.c27 __pthread_kill (pthread_t thread, int sig) in __pthread_kill() function
51 strong_alias (__pthread_kill, pthread_kill)
/sysdeps/posix/
A Draise.c26 int ret = __pthread_kill (__pthread_self (), sig); in raise()
/sysdeps/nptl/
A DpthreadP.h515 extern int __pthread_kill (pthread_t threadid, int signo);
516 libc_hidden_proto (__pthread_kill)
/sysdeps/mach/hurd/i386/
A Dlibpthread.abilist5 GLIBC_2.12 __pthread_kill F

Completed in 23 milliseconds