Searched refs:pthread_setcanceltype (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | DbeThread.cc | 48 pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED, NULL); in thread_pool_loop()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | DbeThread.cc | 48 pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED, NULL); in thread_pool_loop()
|
/netbsd-src/external/cddl/osnet/lib/libzfs/ |
H A D | thread_pool.c | 186 (void) pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, in tpool_worker()
|
/netbsd-src/lib/libpthread/ |
H A D | pthread.h | 156 int pthread_setcanceltype(int, int *);
|
H A D | Makefile | 254 MLINKS+= pthread_testcancel.3 pthread_setcanceltype.3
|
H A D | pthread.c | 942 pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | pthread.d | 755 int pthread_setcanceltype(int, int*);
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/ |
H A D | dmeventd.c | 738 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in _monitor_thread()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 6216 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) { 6218 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype); 6219 int res = REAL(pthread_setcanceltype)(type, oldtype); 6226 COMMON_INTERCEPT_FUNCTION(pthread_setcanceltype);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 6663 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) { 6665 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype); 6666 int res = REAL(pthread_setcanceltype)(type, oldtype); 6673 COMMON_INTERCEPT_FUNCTION(pthread_setcanceltype);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 6460 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) { 6462 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype); 6463 int res = REAL(pthread_setcanceltype)(type, oldtype); 6470 COMMON_INTERCEPT_FUNCTION(pthread_setcanceltype);
|