/freebsd/sbin/ggate/ggatec/ |
H A D | ggatec.c | 186 pthread_kill(recvtd, SIGUSR1); in send_thread() 199 pthread_kill(recvtd, SIGUSR1); in send_thread() 242 pthread_kill(sendtd, SIGUSR1); in recv_thread() 275 pthread_kill(sendtd, SIGUSR1); in recv_thread()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_kill.c | 41 __weak_reference(_Tthr_kill, pthread_kill);
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_tstp.c | 293 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in _nc_set_read_thread() 312 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()
|
/freebsd/tools/test/stress2/misc/ |
H A D | signal0.sh | 97 pthread_kill(t, SIGUSR1);
|
H A D | sem_post.sh | 89 if ((r = pthread_kill(mythread, SIGINT)) != 0)
|
H A D | sigreturn3.sh | 161 if ((e = pthread_kill(rp, SIGINT)) != 0)
|
H A D | sigreturn4.sh | 187 if ((e = pthread_kill(rp, SIGINT)) != 0)
|
H A D | kern_umtx_inf_loop.sh | 94 error = pthread_kill(contender, SIGHUP);
|
H A D | kevent7.sh | 270 if ((e = pthread_kill(rp, SIGINT)) != 0)
|
H A D | syscall4.sh | 372 if ((e = pthread_kill(rp, SIGINT)) != 0)
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_kill.c | 134 PTHREAD_REQUIRE(pthread_kill(th[i].id, SIGUSR1)); in ATF_TC_BODY()
|
/freebsd/include/ |
H A D | signal.h | 84 int pthread_kill(__pthread_t, int);
|
/freebsd/lib/libcuse/ |
H A D | cuse_lib.c | 512 pthread_kill(pe->thread, SIGHUP); in cuse_wait_and_process() 576 pthread_kill(pe->thread, SIGHUP); in cuse_wait_and_process()
|
/freebsd/tools/test/xregs_sig/ |
H A D | xregs_sig.c | 259 pthread_kill(wt[i], SIGUSR1); in main()
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 64 pthread_kill;
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | threadsignaltest.c | 298 status = pthread_kill(capture_thread, SIGUSR1); in main()
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 147 #define pthread_kill _pthread_kill macro
|
H A D | un-namespace.h | 128 #undef pthread_kill
|
/freebsd/contrib/lib9p/ |
H A D | threadpool.c | 345 pthread_kill(...); in l9p_threadpool_tflush()
|
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_exec.c | 294 (void) pthread_kill(_reap_children_tid, SIGCHLD); in zed_exec_fini()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | interrupt.cc | 77 pthread_kill((pthread_t)target, SIGUSR2); in killer() 355 pthread_kill(th0, SIGUSR1); in TEST_F()
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 39 pthread_kill;
|
H A D | _pthread_stubs.c | 287 STUB_FUNC2(pthread_kill, PJT_KILL, int, void *, int)
|
/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 350 pthread_kill(monitor, SIGUSR1); in DoInteractive()
|
/freebsd/usr.sbin/pppctl/ |
H A D | pppctl.c | 333 pthread_kill(td->trm, SIGUSR1); in Monitor()
|