Searched refs:pthread_setcanceltype (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_cancel.c | 42 __weak_reference(_thr_setcanceltype, pthread_setcanceltype);
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 107 pthread_setcanceltype;
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 193 #define pthread_setcanceltype _pthread_setcanceltype macro
|
| H A D | un-namespace.h | 174 #undef pthread_setcanceltype
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 297 int pthread_setcanceltype(int, int *);
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | Symbol.map | 63 pthread_setcanceltype;
|
| H A D | _pthread_stubs.c | 286 STUB_FUNC2(pthread_setcanceltype, PJT_SETCANCELTYPE, int, int, void *) in STUB_FUNC2()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool.c | 206 (void) pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, in tpool_worker()
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 506 pthread_testcancel.3 pthread_setcanceltype.3
|
| /freebsd-13.1/contrib/ofed/opensm/libvendor/ |
| H A D | osm_vendor_ts.c | 454 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in __osm_vendor_ts_poller()
|
| /freebsd-13.1/contrib/libpcap/rpcapd/ |
| H A D | rpcapd.c | 1223 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL)) in accept_connection()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 493 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_worker() 570 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_monitor()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 6563 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) { 6565 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype); 6566 int res = REAL(pthread_setcanceltype)(type, oldtype); 6573 COMMON_INTERCEPT_FUNCTION(pthread_setcanceltype);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2638 fun:pthread_setcanceltype=uninstrumented
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 1424 …<function-decl name='pthread_setcanceltype' visibility='default' binding='global' size-in-bits='64…
|