Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dh_cancel.c49 pthread_cancel(pthread_self()); in main()
H A Dt_detach.c87 rv = pthread_cancel(t); in ATF_TC_BODY()
H A Dt_once.c179 PTHREAD_REQUIRE(pthread_cancel(thread)); in ATF_TC_BODY()
/freebsd-14.2/tools/regression/pthread/unwind/
H A Dsem_wait_cancel.cpp30 pthread_cancel(td); in main()
H A Dcond_wait_cancel.cpp34 pthread_cancel(td); in main()
H A Dcond_wait_cancel2.cpp51 pthread_cancel(td); in main()
/freebsd-14.2/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c70 pthread_cancel(td); in main()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp46 int err = ::pthread_cancel(m_thread); in Cancel()
/freebsd-14.2/contrib/capsicum-test/
H A Dcapsicum-test.h43 pthread_cancel(subthread); in MaybeRunWithThread()
55 pthread_cancel(subthread); in MaybeRunWithThread()
/freebsd-14.2/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c163 pthread_cancel(pt); in ATF_TC_BODY()
201 pthread_cancel(pt); in ATF_TC_BODY()
/freebsd-14.2/tools/test/stress2/misc/
H A Dsendfile26.sh250 pthread_cancel(sender);
257 pthread_cancel(sender);
H A Dcontext2.sh124 if ((r = pthread_cancel(threads[i])) != 0)
/freebsd-14.2/lib/libthr/thread/
H A Dthr_cancel.c35 __weak_reference(_thr_cancel, pthread_cancel);
/freebsd-14.2/contrib/ofed/opensm/complib/
H A Dcl_threadpool.c125 pthread_cancel(p_thread_pool->tid[i]); in cl_thread_pool_destroy()
/freebsd-14.2/tests/sys/kern/
H A Dfdgrowtable_test.c184 ATF_REQUIRE(pthread_cancel(thread) == 0); in ATF_TC_BODY()
/freebsd-14.2/lib/libthr/
H A Dpthread.map38 pthread_cancel;
/freebsd-14.2/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ts.c189 pthread_cancel(p_vend->smi_bind.poller.osd.id); in osm_vendor_destroy()
190 pthread_cancel(p_vend->gsi_bind.poller.osd.id); in osm_vendor_destroy()
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h99 #undef pthread_cancel
H A Dnamespace.h118 #define pthread_cancel _pthread_cancel macro
/freebsd-14.2/include/
H A Dpthread.h296 int pthread_cancel(pthread_t);
/freebsd-14.2/crypto/openssh/
H A Dauth-pam.c136 #define pthread_cancel fake_pthread_cancel macro
219 pthread_cancel(sp_pthread_t thread) in pthread_cancel() function
607 pthread_cancel(ctxt->pam_thread); in sshpam_thread_cleanup()
/freebsd-14.2/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c444 (void) pthread_cancel(g_mon_tid); in zed_disk_event_fini()
/freebsd-14.2/lib/libc/gen/
H A DSymbol.map23 pthread_cancel;
H A D_pthread_stubs.c275 STUB_FUNC1(pthread_cancel, PJT_CANCEL, int, void *) in STUB_FUNC2()
/freebsd-14.2/usr.sbin/ngctl/
H A Dmain.c335 pthread_cancel(monitor); in DoInteractive()

12