Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libthr/thread/
H A Dthr_cancel.c42 __weak_reference(_thr_setcanceltype, pthread_setcanceltype);
/freebsd-12.1/lib/libthr/
H A Dpthread.map107 pthread_setcanceltype;
/freebsd-12.1/include/
H A Dpthread.h297 int pthread_setcanceltype(int, int *);
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h192 #define pthread_setcanceltype _pthread_setcanceltype macro
H A Dun-namespace.h173 #undef pthread_setcanceltype
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map62 pthread_setcanceltype;
H A D_pthread_stubs.c284 STUB_FUNC2(pthread_setcanceltype, PJT_SETCANCELTYPE, int, int, void *)
/freebsd-12.1/cddl/compat/opensolaris/misc/
H A Dthread_pool.c188 (void) pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, in tpool_worker()
/freebsd-12.1/share/man/man3/
H A DMakefile370 pthread_testcancel.3 pthread_setcanceltype.3
/freebsd-12.1/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ts.c454 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in __osm_vendor_ts_poller()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Linux_util.cpp532 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_worker()
610 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_monitor()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6223 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) {
6225 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype);
6226 int res = REAL(pthread_setcanceltype)(type, oldtype);
6233 COMMON_INTERCEPT_FUNCTION(pthread_setcanceltype);
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2638 fun:pthread_setcanceltype=uninstrumented