| /freebsd-13.1/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-13.1/lib/libthr/thread/ |
| H A D | thr_kill.c | 44 __weak_reference(_Tthr_kill, pthread_kill);
|
| /freebsd-13.1/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-13.1/include/ |
| H A D | signal.h | 79 int pthread_kill(__pthread_t, int);
|
| /freebsd-13.1/lib/libcuse/ |
| H A D | cuse_lib.c | 518 pthread_kill(pe->thread, SIGHUP); in cuse_wait_and_process() 582 pthread_kill(pe->thread, SIGHUP); in cuse_wait_and_process()
|
| /freebsd-13.1/contrib/ncurses/ncurses/tty/ |
| H A D | lib_tstp.c | 294 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 65 pthread_kill;
|
| /freebsd-13.1/contrib/ntp/lib/isc/unix/ |
| H A D | app.c | 736 result = pthread_kill(main_thread, SIGTERM); in isc__app_ctxshutdown() 792 result = pthread_kill(main_thread, SIGHUP); in isc__app_ctxsuspend()
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 149 #define pthread_kill _pthread_kill macro
|
| H A D | un-namespace.h | 130 #undef pthread_kill
|
| /freebsd-13.1/contrib/libpcap/testprogs/ |
| H A D | threadsignaltest.c | 295 status = pthread_kill(capture_thread, SIGUSR1); in main()
|
| /freebsd-13.1/contrib/lib9p/ |
| H A D | threadpool.c | 345 pthread_kill(...); in l9p_threadpool_tflush()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zed/ |
| H A D | zed_exec.c | 286 (void) pthread_kill(_reap_children_tid, SIGCHLD); in zed_exec_fini()
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | Symbol.map | 43 pthread_kill;
|
| H A D | _pthread_stubs.c | 284 STUB_FUNC2(pthread_kill, PJT_KILL, int, void *, int) in STUB_FUNC2()
|
| /freebsd-13.1/tests/sys/fs/fusefs/ |
| H A D | interrupt.cc | 79 pthread_kill((pthread_t)target, SIGUSR2); in killer() 357 pthread_kill(th0, SIGUSR1); in TEST_F()
|
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 1039 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in decode_xterm_X10() 1094 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in decode_xterm_1005() 1178 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in read_SGR()
|
| H A D | lib_getch.c | 308 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in fifo_push()
|
| /freebsd-13.1/usr.sbin/ngctl/ |
| H A D | main.c | 325 pthread_kill(monitor, SIGUSR1); in DoInteractive()
|
| /freebsd-13.1/usr.sbin/pppctl/ |
| H A D | pppctl.c | 336 pthread_kill(td->trm, SIGUSR1); in Monitor()
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 403 pthread_kill.3 \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2121 TSAN_INTERCEPTOR(int, pthread_kill, void *tid, int sig) { in TSAN_INTERCEPTOR() argument 2122 SCOPED_TSAN_INTERCEPTOR(pthread_kill, tid, sig); in TSAN_INTERCEPTOR() 2129 int res = REAL(pthread_kill)(tid, sig); in TSAN_INTERCEPTOR() 2861 TSAN_INTERCEPT(pthread_kill); in InitializeInterceptors()
|
| /freebsd-13.1/contrib/openbsm/etc/ |
| H A D | audit_event | 349 350:AUE_DARWIN_PTHREADKILL:pthread_kill(2):pc 403 43040:AUE_PTHREADKILL:pthread_kill(2):pc
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | block_if.c | 838 pthread_kill(be->be_tid, SIGCONT); in blockif_cancel()
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_proc.c | 819 pthread_kill(dpr->dpr_tid, SIGTHR);
|