Searched refs:pthread_setcancelstate (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/diff/lib/ |
| H A D | error.c | 203 __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-12.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | h_cancel.c | 51 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in main() 55 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in main()
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_cancel.c | 40 __weak_reference(_thr_setcancelstate, pthread_setcancelstate);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Host.cpp | 129 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler() 138 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 106 pthread_setcancelstate;
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 296 int pthread_setcancelstate(int, int *);
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 191 #define pthread_setcancelstate _pthread_setcancelstate macro
|
| H A D | un-namespace.h | 172 #undef pthread_setcancelstate
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | Symbol.map | 61 pthread_setcancelstate;
|
| H A D | _pthread_stubs.c | 283 STUB_FUNC2(pthread_setcancelstate, PJT_SETCANCELSTATE, int, int, void *)
|
| /freebsd-12.1/cddl/compat/opensolaris/misc/ |
| H A D | thread_pool.c | 190 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, in tpool_worker()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 535 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state); in __kmp_launch_worker() 613 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state); in __kmp_launch_monitor() 1248 status = pthread_setcancelstate(new_state, &old_state); in __kmp_enable() 1257 status = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, old_state); in __kmp_disable()
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 369 PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_proc.c | 528 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in dt_proc_control()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 4154 ALIAS(WRAPPER_NAME(pthread_setcancelstate)); 6214 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) { 6216 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate); 6217 int res = REAL(pthread_setcancelstate)(state, oldstate); 6232 COMMON_INTERCEPT_FUNCTION(pthread_setcancelstate); \
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2637 fun:pthread_setcancelstate=uninstrumented
|