Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Derror.c235 __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 Derror.c235 __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 Derror.c235 __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 Derror.c200 __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 Dh_cancel.c49 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 Derror.c303 __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 Dthread4.c20 if (pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL) != 0) in process()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diolib.c591 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 Diolib.c594 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 Dpthread.h155 int pthread_setcancelstate(int, int *);
419 #define pthread_setcancelstate __libc_thr_setcancelstate macro
H A DMakefile253 MLINKS+= pthread_testcancel.3 pthread_setcancelstate.3
H A Dpthread.c137 __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 DDbeThread.cc47 pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL); in thread_pool_loop()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeThread.cc47 pthread_setcancelstate (PTHREAD_CANCEL_ENABLE, NULL); in thread_pool_loop()
/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c188 (void) pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, in tpool_worker()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_proc.c533 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in dt_proc_control()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dpthread.d754 int pthread_setcancelstate(int, int*);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4153 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 Dsanitizer_common_interceptors.inc4396 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 Dsanitizer_common_interceptors.inc4295 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); \