Home
last modified time | relevance | path

Searched refs:pthread_setcancelstate (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/netbsd-tests/lib/libpthread/
H A Dh_cancel.c51 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in main()
55 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in main()
/freebsd-13.1/contrib/diff/lib/
H A Derror.c203 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error()
229 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error()
263 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error_at_line()
299 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error_at_line()
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c178 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in zed_udev_monitor()
188 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in zed_udev_monitor()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_cancel.c40 __weak_reference(_thr_setcancelstate, pthread_setcancelstate);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp126 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
135 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
/freebsd-13.1/lib/libthr/
H A Dpthread.map106 pthread_setcancelstate;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h192 #define pthread_setcancelstate _pthread_setcancelstate macro
H A Dun-namespace.h173 #undef pthread_setcancelstate
/freebsd-13.1/include/
H A Dpthread.h296 int pthread_setcancelstate(int, int *);
/freebsd-13.1/lib/libc/gen/
H A DSymbol.map62 pthread_setcancelstate;
H A D_pthread_stubs.c285 STUB_FUNC2(pthread_setcancelstate, PJT_SETCANCELSTATE, int, int, void *) in STUB_FUNC2()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp496 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state); in __kmp_launch_worker()
573 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state); in __kmp_launch_monitor()
1193 status = pthread_setcancelstate(new_state, &old_state); in __kmp_enable()
1202 status = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, old_state); in __kmp_disable()
/freebsd-13.1/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c208 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, in tpool_worker()
/freebsd-13.1/share/man/man3/
H A DMakefile505 PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Drpcapd.c1221 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL)) in accept_connection()
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c528 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in dt_proc_control()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4321 ALIAS(WRAPPER_NAME(pthread_setcancelstate));
6554 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) {
6556 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate);
6557 int res = REAL(pthread_setcancelstate)(state, oldstate);
6572 COMMON_INTERCEPT_FUNCTION(pthread_setcancelstate); \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2637 fun:pthread_setcancelstate=uninstrumented
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi1419 …<function-decl name='pthread_setcancelstate' visibility='default' binding='global' size-in-bits='6…