Searched refs:pthread_setcancelstate (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_cancel.c51 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
55 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
/freebsd-13-stable/contrib/diff/lib/
H A Derror.c203 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
229 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
264 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
300 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_cancel.c40 __weak_reference(_thr_setcancelstate, pthread_setcancelstate);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c176 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
186 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h192 #define pthread_setcancelstate _pthread_setcancelstate macro
H A Dun-namespace.h173 #undef pthread_setcancelstate macro
/freebsd-13-stable/include/
H A Dpthread.h296 int pthread_setcancelstate(int, int *);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp125 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state);
134 ::pthread_setcancelstate(m_old_state, 0);
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c285 STUB_FUNC2(pthread_setcancelstate, PJT_SETCANCELSTATE, int, int, void *)
/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c208 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE,
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp559 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state);
560 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status);
635 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state);
636 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status);
1254 status = pthread_setcancelstate(new_state, &old_state);
1255 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status);
1263 status = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, old_state);
1264 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status);
/freebsd-13-stable/contrib/libpcap/rpcapd/
H A Drpcapd.c1221 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL))
/freebsd-13-stable/share/man/man3/
H A DMakefile502 PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c528 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);

Completed in 202 milliseconds