Searched refs:pthread_kill (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_kill.c44 __weak_reference(_Tthr_kill, pthread_kill);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_kill.c113 atf_tc_set_md_var(tc, "descr", "Checks pthread_kill()");
134 PTHREAD_REQUIRE(pthread_kill(th[i].id, SIGUSR1));
/freebsd-13-stable/include/
H A Dsignal.h79 int pthread_kill(__pthread_t, int);
/freebsd-13-stable/sbin/ggate/ggatec/
H A Dggatec.c163 pthread_kill(recvtd, SIGUSR1);
175 pthread_kill(recvtd, SIGUSR1);
211 pthread_kill(sendtd, SIGUSR1);
231 pthread_kill(sendtd, SIGUSR1);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h149 #define pthread_kill _pthread_kill macro
H A Dun-namespace.h130 #undef pthread_kill macro
/freebsd-13-stable/contrib/lib9p/
H A Dthreadpool.c345 pthread_kill(...);
/freebsd-13-stable/contrib/libpcap/testprogs/
H A Dthreadsignaltest.c295 status = pthread_kill(capture_thread, SIGUSR1);
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c294 pthread_kill(_nc_globals.read_thread, SIGWINCH);
/freebsd-13-stable/lib/libcuse/
H A Dcuse_lib.c518 pthread_kill(pe->thread, SIGHUP);
582 pthread_kill(pe->thread, SIGHUP);
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c736 result = pthread_kill(main_thread, SIGTERM);
741 "pthread_kill: %s",
792 result = pthread_kill(main_thread, SIGHUP);
797 "pthread_kill: %s",
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_exec.c284 (void) pthread_kill(_reap_children_tid, SIGCHLD);
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1039 if ((pthread_self) && (pthread_kill) && (pthread_equal))
1094 if ((pthread_self) && (pthread_kill) && (pthread_equal))
1178 if ((pthread_self) && (pthread_kill) && (pthread_equal))
H A Dlib_getch.c308 if ((pthread_self) && (pthread_kill) && (pthread_equal))
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c284 STUB_FUNC2(pthread_kill, PJT_KILL, int, void *, int)
/freebsd-13-stable/usr.sbin/ngctl/
H A Dmain.c325 pthread_kill(monitor, SIGUSR1);
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dinterrupt.cc79 pthread_kill((pthread_t)target, SIGUSR2);
357 pthread_kill(th0, SIGUSR1);
H A Dmockfs.cc729 pthread_kill(m_daemon_id, SIGUSR1);
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c60 pthread_t trm; /* Terminal thread (for pthread_kill()) */
336 pthread_kill(td->trm, SIGUSR1);
/freebsd-13-stable/share/man/man3/
H A DMakefile403 pthread_kill.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2061 TSAN_INTERCEPTOR(int, pthread_kill, void *tid, int sig) {
2062 SCOPED_TSAN_INTERCEPTOR(pthread_kill, tid, sig);
2069 int res = REAL(pthread_kill)(tid, sig);
2755 TSAN_INTERCEPT(pthread_kill);
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c807 * We can't use pthread_kill() to send SIGCANCEL because the
819 pthread_kill(dpr->dpr_tid, SIGTHR);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1254 if ((pthread_self) && (pthread_kill) && (pthread_equal))
/freebsd-13-stable/usr.sbin/bhyve/
H A Dblock_if.c745 pthread_kill(be->be_tid, SIGCONT);
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dlibunbound.c310 if(pthread_kill(ctx->bg_tid, 0) == ESRCH) {

Completed in 318 milliseconds

12