Home
last modified time | relevance | path

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

12

/freebsd-12.1/sbin/ggate/ggatec/
H A Dggatec.c162 pthread_kill(recvtd, SIGUSR1); in send_thread()
174 pthread_kill(recvtd, SIGUSR1); in send_thread()
209 pthread_kill(sendtd, SIGUSR1); in recv_thread()
229 pthread_kill(sendtd, SIGUSR1); in recv_thread()
/freebsd-12.1/lib/libthr/thread/
H A Dthr_kill.c44 __weak_reference(_Tthr_kill, pthread_kill);
/freebsd-12.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_kill.c134 PTHREAD_REQUIRE(pthread_kill(th[i].id, SIGUSR1)); in ATF_TC_BODY()
/freebsd-12.1/include/
H A Dsignal.h79 int pthread_kill(__pthread_t, int);
/freebsd-12.1/lib/libthr/
H A Dpthread.map65 pthread_kill;
/freebsd-12.1/lib/libcuse/
H A Dcuse_lib.c518 pthread_kill(pe->thread, SIGHUP); in cuse_wait_and_process()
582 pthread_kill(pe->thread, SIGHUP); in cuse_wait_and_process()
/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c291 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dapp.c736 result = pthread_kill(main_thread, SIGTERM); in isc__app_ctxshutdown()
792 result = pthread_kill(main_thread, SIGHUP); in isc__app_ctxsuspend()
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h148 #define pthread_kill _pthread_kill macro
H A Dun-namespace.h129 #undef pthread_kill
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map42 pthread_kill;
H A D_pthread_stubs.c282 STUB_FUNC2(pthread_kill, PJT_KILL, int, void *, int)
/freebsd-12.1/tests/sys/fs/fusefs/
H A Dinterrupt.cc79 pthread_kill((pthread_t)target, SIGUSR2); in killer()
357 pthread_kill(th0, SIGUSR1); in TEST_F()
H A Dmockfs.cc682 pthread_kill(m_daemon_id, SIGUSR1); in kill_daemon()
/freebsd-12.1/share/man/man3/
H A DMakefile272 pthread_kill.3 \
/freebsd-12.1/usr.sbin/ngctl/
H A Dmain.c325 pthread_kill(monitor, SIGUSR1); in DoInteractive()
/freebsd-12.1/usr.sbin/pppctl/
H A Dpppctl.c336 pthread_kill(td->trm, SIGUSR1); in Monitor()
/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_getch.c277 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in fifo_push()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2059 TSAN_INTERCEPTOR(int, pthread_kill, void *tid, int sig) { in TSAN_INTERCEPTOR() argument
2060 SCOPED_TSAN_INTERCEPTOR(pthread_kill, tid, sig); in TSAN_INTERCEPTOR()
2067 int res = REAL(pthread_kill)(tid, sig); in TSAN_INTERCEPTOR()
2759 TSAN_INTERCEPT(pthread_kill); in InitializeInterceptors()
/freebsd-12.1/contrib/openbsm/etc/
H A Daudit_event349 350:AUE_DARWIN_PTHREADKILL:pthread_kill(2):pc
403 43040:AUE_PTHREADKILL:pthread_kill(2):pc
/freebsd-12.1/usr.sbin/bhyve/
H A Dblock_if.c703 pthread_kill(be->be_tid, SIGCONT); in blockif_cancel()
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h541 weak_symbol(pthread_kill);
567 weak_symbol(pthread_kill);
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1179 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in drv_read()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c819 pthread_kill(dpr->dpr_tid, SIGTHR);
/freebsd-12.1/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4241 AC_CHECK_FUNCS(pthread_kill)

12