| /freebsd-12-stable/sbin/ggate/ggatec/ |
| D | ggatec.c | 177 pthread_kill(recvtd, SIGUSR1); in send_thread() 189 pthread_kill(recvtd, SIGUSR1); in send_thread() 225 pthread_kill(sendtd, SIGUSR1); in recv_thread() 251 pthread_kill(sendtd, SIGUSR1); in recv_thread()
|
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_kill.c | 44 __weak_reference(_Tthr_kill, pthread_kill);
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/ |
| D | t_kill.c | 134 PTHREAD_REQUIRE(pthread_kill(th[i].id, SIGUSR1)); in ATF_TC_BODY()
|
| /freebsd-12-stable/include/ |
| D | signal.h | 79 int pthread_kill(__pthread_t, int);
|
| /freebsd-12-stable/lib/libcuse/ |
| 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-12-stable/lib/libthr/ |
| D | pthread.map | 65 pthread_kill;
|
| /freebsd-12-stable/contrib/ncurses/ncurses/tty/ |
| D | lib_tstp.c | 291 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()
|
| /freebsd-12-stable/lib/libc/include/ |
| D | namespace.h | 149 #define pthread_kill _pthread_kill macro
|
| D | un-namespace.h | 130 #undef pthread_kill
|
| /freebsd-12-stable/contrib/libpcap/testprogs/ |
| D | threadsignaltest.c | 295 status = pthread_kill(capture_thread, SIGUSR1); in main()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | Symbol.map | 43 pthread_kill;
|
| D | _pthread_stubs.c | 284 STUB_FUNC2(pthread_kill, PJT_KILL, int, void *, int) in STUB_FUNC2()
|
| /freebsd-12-stable/tests/sys/fs/fusefs/ |
| D | interrupt.cc | 79 pthread_kill((pthread_t)target, SIGUSR2); in killer() 357 pthread_kill(th0, SIGUSR1); in TEST_F()
|
| D | mockfs.cc | 719 pthread_kill(m_daemon_id, SIGUSR1); in kill_daemon()
|
| /freebsd-12-stable/share/man/man3/ |
| D | Makefile | 272 pthread_kill.3 \
|
| /freebsd-12-stable/usr.sbin/ngctl/ |
| D | main.c | 325 pthread_kill(monitor, SIGUSR1); in DoInteractive()
|
| /freebsd-12-stable/usr.sbin/pppctl/ |
| D | pppctl.c | 336 pthread_kill(td->trm, SIGUSR1); in Monitor()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/base/ |
| D | lib_getch.c | 277 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in fifo_push()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| 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-12-stable/contrib/openbsm/etc/ |
| D | audit_event | 349 350:AUE_DARWIN_PTHREADKILL:pthread_kill(2):pc 403 43040:AUE_PTHREADKILL:pthread_kill(2):pc
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | block_if.c | 710 pthread_kill(be->be_tid, SIGCONT); in blockif_cancel()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | curses.priv.h | 541 weak_symbol(pthread_kill); 567 weak_symbol(pthread_kill);
|
| /freebsd-12-stable/contrib/ncurses/ncurses/tinfo/ |
| D | tinfo_driver.c | 1179 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in drv_read()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_proc.c | 819 pthread_kill(dpr->dpr_tid, SIGTHR);
|
| /freebsd-12-stable/contrib/ntp/sntp/m4/ |
| D | openldap-thread-check.m4 | 241 AC_CHECK_FUNCS(pthread_kill)
|