Searched refs:pthread_cancel (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_cancel.c49 pthread_cancel(pthread_self());
H A Dt_detach.c87 rv = pthread_cancel(t);
H A Dt_once.c179 PTHREAD_REQUIRE(pthread_cancel(thread));
H A Dt_cond.c587 PTHREAD_REQUIRE(pthread_cancel(thread));
/freebsd-13-stable/tools/regression/pthread/unwind/
H A Dsem_wait_cancel.cpp31 pthread_cancel(td);
H A Dcond_wait_cancel.cpp35 pthread_cancel(td);
H A Dcond_wait_cancel2.cpp52 pthread_cancel(td);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp46 int err = ::pthread_cancel(m_thread);
/freebsd-13-stable/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c71 pthread_cancel(td);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_cancel.c38 __weak_reference(_thr_cancel, pthread_cancel);
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_threadpool.c125 pthread_cancel(p_thread_pool->tid[i]);
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapsicum-test.h43 pthread_cancel(subthread);
55 pthread_cancel(subthread);
/freebsd-13-stable/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c163 pthread_cancel(pt);
201 pthread_cancel(pt);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h120 #define pthread_cancel _pthread_cancel macro
H A Dun-namespace.h101 #undef pthread_cancel macro
/freebsd-13-stable/include/
H A Dpthread.h295 int pthread_cancel(pthread_t);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c392 (void) pthread_cancel(g_mon_tid);
/freebsd-13-stable/tests/sys/kern/
H A Dfdgrowtable_test.c186 ATF_REQUIRE(pthread_cancel(thread) == 0);
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ts.c189 pthread_cancel(p_vend->smi_bind.poller.osd.id);
190 pthread_cancel(p_vend->gsi_bind.poller.osd.id);
/freebsd-13-stable/crypto/openssh/
H A Dauth-pam.c134 #define pthread_cancel fake_pthread_cancel macro
175 return; /* terminated by pthread_cancel */
217 pthread_cancel(sp_pthread_t thread) function
588 pthread_cancel(ctxt->pam_thread);
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c276 STUB_FUNC1(pthread_cancel, PJT_CANCEL, int, void *)
/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c476 (void) pthread_cancel(activep->tpa_tid);
/freebsd-13-stable/usr.sbin/ngctl/
H A Dmain.c337 pthread_cancel(monitor);
/freebsd-13-stable/share/man/man3/
H A DMakefile382 pthread_cancel.3 \
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c789 (void) pthread_cancel(tid);

Completed in 124 milliseconds

12