Home
last modified time | relevance | path

Searched refs:pthread_setcanceltype (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeThread.cc48 pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED, NULL); in thread_pool_loop()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeThread.cc48 pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED, NULL); in thread_pool_loop()
/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c186 (void) pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, in tpool_worker()
/netbsd-src/lib/libpthread/
H A Dpthread.h156 int pthread_setcanceltype(int, int *);
H A DMakefile254 MLINKS+= pthread_testcancel.3 pthread_setcanceltype.3
H A Dpthread.c942 pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dpthread.d755 int pthread_setcanceltype(int, int*);
/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c738 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in _monitor_thread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6216 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 Dsanitizer_common_interceptors.inc6663 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 Dsanitizer_common_interceptors.inc6460 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);