Home
last modified time | relevance | path

Searched refs:pthread_kill (Results 1 – 23 of 23) sorted by relevance

/l4re-core-master/uclibc/lib/libpthread/src/
A Dsignals.c8 int pthread_kill(pthread_t thread, int signo);
9 int pthread_kill(pthread_t thread, int signo) in pthread_kill() function
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/include/bits/
A Dsigthread.h12 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-kill5.c31 int e = pthread_kill (pthread_self (), SIGRTMAX + 10); in do_test()
A Dtst-kill4.c56 int e = pthread_kill (th, 0); in do_test()
A Dtst-fork4.c43 int err = pthread_kill (me, SIGTERM); in do_test()
A Dtst-kill1.c84 if (pthread_kill (th, SIGUSR1) != 0) in do_test()
A Deintr.c55 pthread_kill (*(pthread_t *) arg, the_sig); in eintr_source()
A Dtst-kill2.c108 if (pthread_kill (th, SIGUSR1) != 0) in do_test()
A Dtst-kill3.c128 if (pthread_kill (th, SIGUSR1) != 0) in do_test()
A Dtst-kill6.c129 if (pthread_kill (receiver, SIGUSR1) != 0) in do_test()
A Dtst-cancel20.c131 r = pthread_kill (th, SIGHUP); in do_one_test()
A Dtst-cancel21.c109 r = pthread_kill (th, SIGHUP); in tf()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dsignal-CX.SUSv4.syms4 pthread_kill
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dsigthread.h35 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dsignals.c55 int pthread_kill(pthread_t thread, int signo) in pthread_kill() function
198 int retcode = pthread_kill(pthread_self(), sig); in strong_alias()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dsignals.c57 int pthread_kill(pthread_t thread, int signo) in pthread_kill() function
238 int retcode = pthread_kill(pthread_self(), sig); in libpthread_hidden_proto()
A Dlinuxthreads.texi1263 @deftypefun int pthread_kill (pthread_t @var{thread}, int @var{signo})
1264 @code{pthread_kill} sends signal number @var{signo} to the thread
1268 @code{pthread_kill} returns 0 on success, one of the following error codes
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dpthread_kill.c77 strong_alias (__pthread_kill, pthread_kill)
A DMakefile.commonarch62 pthread_getcpuclockid.c pthread_kill.c \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dtimer_routines.c323 if (pthread_kill (self->captured, timer->event.sigev_signo) != 0) in thread_expire_timer()
325 if (pthread_kill (self->id, timer->event.sigev_signo) != 0) in thread_expire_timer()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dtimer_routines.c324 if (pthread_kill (self->captured, timer->event.sigev_signo) != 0) in thread_expire_timer()
326 if (pthread_kill (self->id, timer->event.sigev_signo) != 0) in thread_expire_timer()
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dpthreads_hacking.txt412 FUNC GLOBAL DEFAULT N pthread_kill
694 pthread_kill
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog2514 * sysdeps/unix/sysv/linux/pthread_kill.c (pthread_kill): Make sure
4411 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Don't
5785 * sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
5797 (eintr_source): If ARG != NULL, use pthread_kill.
6807 * sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9203 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill):
9228 * sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9263 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): The
9323 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Don't
10627 * pthread_cancel.c: Use __pthread_kill instead of pthread_kill.
[all …]

Completed in 48 milliseconds