Home
last modified time | relevance | path

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

12

/freebsd-13-stable/sbin/ggate/ggatec/
HDggatec.c184 pthread_kill(recvtd, SIGUSR1); in send_thread()
197 pthread_kill(recvtd, SIGUSR1); in send_thread()
240 pthread_kill(sendtd, SIGUSR1); in recv_thread()
273 pthread_kill(sendtd, SIGUSR1); in recv_thread()
/freebsd-13-stable/lib/libthr/thread/
HDthr_kill.c41 __weak_reference(_Tthr_kill, pthread_kill);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
HDt_kill.c134 PTHREAD_REQUIRE(pthread_kill(th[i].id, SIGUSR1)); in ATF_TC_BODY()
/freebsd-13-stable/include/
HDsignal.h78 int pthread_kill(__pthread_t, int);
/freebsd-13-stable/lib/libcuse/
HDcuse_lib.c512 pthread_kill(pe->thread, SIGHUP); in cuse_wait_and_process()
576 pthread_kill(pe->thread, SIGHUP); in cuse_wait_and_process()
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
HDlib_tstp.c294 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()
/freebsd-13-stable/lib/libthr/
HDpthread.map64 pthread_kill;
/freebsd-13-stable/contrib/libpcap/testprogs/
HDthreadsignaltest.c298 status = pthread_kill(capture_thread, SIGUSR1); in main()
/freebsd-13-stable/lib/libc/include/
HDnamespace.h147 #define pthread_kill _pthread_kill macro
HDun-namespace.h128 #undef pthread_kill
/freebsd-13-stable/contrib/lib9p/
HDthreadpool.c345 pthread_kill(...); in l9p_threadpool_tflush()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
HDzed_exec.c286 (void) pthread_kill(_reap_children_tid, SIGCHLD); in zed_exec_fini()
/freebsd-13-stable/lib/libc/gen/
HDSymbol.map42 pthread_kill;
HD_pthread_stubs.c284 STUB_FUNC2(pthread_kill, PJT_KILL, int, void *, int) in STUB_FUNC2()
/freebsd-13-stable/tests/sys/fs/fusefs/
HDinterrupt.cc77 pthread_kill((pthread_t)target, SIGUSR2); in killer()
355 pthread_kill(th0, SIGUSR1); in TEST_F()
/freebsd-13-stable/contrib/ncurses/ncurses/base/
HDlib_mouse.c1039 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()
HDlib_getch.c308 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in fifo_push()
/freebsd-13-stable/usr.sbin/ngctl/
HDmain.c323 pthread_kill(monitor, SIGUSR1); in DoInteractive()
/freebsd-13-stable/usr.sbin/pppctl/
HDpppctl.c334 pthread_kill(td->trm, SIGUSR1); in Monitor()
/freebsd-13-stable/share/man/man3/
HDMakefile418 pthread_kill.3 \
/freebsd-13-stable/contrib/openbsm/etc/
HDaudit_event346 350:AUE_DARWIN_PTHREADKILL:pthread_kill(2):pc
400 43040:AUE_PTHREADKILL:pthread_kill(2):pc
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp2250 TSAN_INTERCEPTOR(int, pthread_kill, void *tid, int sig) { in TSAN_INTERCEPTOR() argument
2251 SCOPED_TSAN_INTERCEPTOR(pthread_kill, tid, sig); in TSAN_INTERCEPTOR()
2258 int res = REAL(pthread_kill)(tid, sig); in TSAN_INTERCEPTOR()
3032 TSAN_INTERCEPT(pthread_kill); in InitializeInterceptors()
/freebsd-13-stable/usr.sbin/bhyve/
HDblock_if.c852 pthread_kill(be->be_tid, SIGCONT); in blockif_cancel()
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
HDtinfo_driver.c1254 if ((pthread_self) && (pthread_kill) && (pthread_equal)) in drv_read()
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_proc.c819 pthread_kill(dpr->dpr_tid, SIGTHR);

12