Home
last modified time | relevance | path

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

12

/freebsd/sbin/ggate/ggatec/
H A Dggatec.c186 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 Dthr_kill.c41 __weak_reference(_Tthr_kill, pthread_kill);
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c293 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 Dsignal0.sh97 pthread_kill(t, SIGUSR1);
H A Dsem_post.sh89 if ((r = pthread_kill(mythread, SIGINT)) != 0)
H A Dsigreturn3.sh161 if ((e = pthread_kill(rp, SIGINT)) != 0)
H A Dsigreturn4.sh187 if ((e = pthread_kill(rp, SIGINT)) != 0)
H A Dkern_umtx_inf_loop.sh94 error = pthread_kill(contender, SIGHUP);
H A Dkevent7.sh270 if ((e = pthread_kill(rp, SIGINT)) != 0)
H A Dsyscall4.sh372 if ((e = pthread_kill(rp, SIGINT)) != 0)
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_kill.c134 PTHREAD_REQUIRE(pthread_kill(th[i].id, SIGUSR1)); in ATF_TC_BODY()
/freebsd/include/
H A Dsignal.h84 int pthread_kill(__pthread_t, int);
/freebsd/lib/libcuse/
H A Dcuse_lib.c512 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 Dxregs_sig.c259 pthread_kill(wt[i], SIGUSR1); in main()
/freebsd/lib/libthr/
H A Dpthread.map64 pthread_kill;
/freebsd/contrib/libpcap/testprogs/
H A Dthreadsignaltest.c298 status = pthread_kill(capture_thread, SIGUSR1); in main()
/freebsd/lib/libc/include/
H A Dnamespace.h147 #define pthread_kill _pthread_kill macro
H A Dun-namespace.h128 #undef pthread_kill
/freebsd/contrib/lib9p/
H A Dthreadpool.c345 pthread_kill(...); in l9p_threadpool_tflush()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_exec.c294 (void) pthread_kill(_reap_children_tid, SIGCHLD); in zed_exec_fini()
/freebsd/tests/sys/fs/fusefs/
H A Dinterrupt.cc77 pthread_kill((pthread_t)target, SIGUSR2); in killer()
355 pthread_kill(th0, SIGUSR1); in TEST_F()
/freebsd/lib/libc/gen/
H A DSymbol.map39 pthread_kill;
H A D_pthread_stubs.c287 STUB_FUNC2(pthread_kill, PJT_KILL, int, void *, int)
/freebsd/usr.sbin/ngctl/
H A Dmain.c350 pthread_kill(monitor, SIGUSR1); in DoInteractive()
/freebsd/usr.sbin/pppctl/
H A Dpppctl.c333 pthread_kill(td->trm, SIGUSR1); in Monitor()

12