Home
last modified time | relevance | path

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

12

/freebsd/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/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/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c70 pthread_cancel(td); in main()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp46 int err = ::pthread_cancel(m_thread); in Cancel()
/freebsd/contrib/capsicum-test/
H A Dcapsicum-test.h43 pthread_cancel(subthread); in MaybeRunWithThread()
55 pthread_cancel(subthread); in MaybeRunWithThread()
/freebsd/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/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/contrib/ofed/opensm/complib/
H A Dcl_threadpool.c125 pthread_cancel(p_thread_pool->tid[i]); in cl_thread_pool_destroy()
/freebsd/lib/libthr/thread/
H A Dthr_cancel.c35 __weak_reference(_thr_cancel, pthread_cancel);
/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c202 REQUIRE(pthread_cancel(thread) == 0); in ATF_TC_BODY()
H A Dlistener_wakeup.c266 ATF_REQUIRE(pthread_cancel(tid) == 0); in run_tests()
/freebsd/lib/libthr/
H A Dpthread.map38 pthread_cancel;
/freebsd/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/include/
H A Dpthread.h296 int pthread_cancel(pthread_t);
/freebsd/lib/libc/include/
H A Dnamespace.h118 #define pthread_cancel _pthread_cancel macro
H A Dun-namespace.h99 #undef pthread_cancel
/freebsd/crypto/openssh/
H A Dauth-pam.c132 #define pthread_cancel fake_pthread_cancel macro
215 pthread_cancel(sp_pthread_t thread) in pthread_cancel() function
603 pthread_cancel(ctxt->pam_thread); in sshpam_thread_cleanup()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c446 (void) pthread_cancel(g_mon_tid); in zed_disk_event_fini()
/freebsd/lib/libc/gen/
H A DSymbol.map23 pthread_cancel;
/freebsd/usr.sbin/ngctl/
H A Dmain.c334 pthread_cancel(monitor); in DoInteractive()

12