/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | error.c | 235 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error() 260 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error() 294 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error_at_line() 329 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error_at_line()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | error.c | 235 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error() 260 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error() 294 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error_at_line() 327 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error_at_line()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | error.c | 235 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error() 260 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error() 294 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error_at_line() 327 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error_at_line()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | error.c | 200 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error() 226 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error() 260 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error_at_line() 296 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error_at_line()
|
/netbsd-src/tests/lib/libpthread/ |
H A D | h_cancel.c | 49 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in main() 53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in main()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | error.c | 303 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error() 329 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error() 366 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error_at_line() 400 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error_at_line()
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
H A D | thread4.c | 20 if (pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL) != 0) in process()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | iolib.c | 591 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate); in remapBlock() 693 pthread_setcancelstate (old_cstate, NULL); in remapBlock() 1078 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate); in __collector_write_string() 1089 pthread_setcancelstate (old_cstate, NULL); in __collector_write_string() 1121 pthread_setcancelstate (old_cstate, NULL); in __collector_write_string()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | iolib.c | 594 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate); in remapBlock() 695 pthread_setcancelstate (old_cstate, NULL); in remapBlock() 1078 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate); in __collector_write_string() 1089 pthread_setcancelstate (old_cstate, NULL); in __collector_write_string() 1121 pthread_setcancelstate (old_cstate, NULL); in __collector_write_string()
|
/netbsd-src/lib/libpthread/ |
H A D | pthread.h | 155 int pthread_setcancelstate(int, int *); 419 #define pthread_setcancelstate __libc_thr_setcancelstate macro
|
H A D | Makefile | 253 MLINKS+= pthread_testcancel.3 pthread_setcancelstate.3
|
H A D | pthread.c | 137 __strong_alias(__libc_thr_setcancelstate,pthread_setcancelstate) 891 pthread_setcancelstate(int state, int *oldstate) in pthread_setcancelstate() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | DbeThread.cc | 47 pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL); in thread_pool_loop()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | DbeThread.cc | 47 pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL); in thread_pool_loop()
|
/netbsd-src/external/cddl/osnet/lib/libzfs/ |
H A D | thread_pool.c | 188 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, in tpool_worker()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_proc.c | 533 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in dt_proc_control()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | pthread.d | 754 int pthread_setcancelstate(int, int*);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4153 ALIAS(WRAPPER_NAME(pthread_setcancelstate)); 6207 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) { 6209 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate); 6210 int res = REAL(pthread_setcancelstate)(state, oldstate); 6225 COMMON_INTERCEPT_FUNCTION(pthread_setcancelstate); \
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4396 ALIAS(WRAPPER_NAME(pthread_setcancelstate)); 6654 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) { 6656 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate); 6657 int res = REAL(pthread_setcancelstate)(state, oldstate); 6672 COMMON_INTERCEPT_FUNCTION(pthread_setcancelstate); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4295 ALIAS(WRAPPER_NAME(pthread_setcancelstate)); 6451 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) { 6453 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate); 6454 int res = REAL(pthread_setcancelstate)(state, oldstate); 6469 COMMON_INTERCEPT_FUNCTION(pthread_setcancelstate); \
|