Searched refs:pthread_setcanceltype (Results 1 – 15 of 15) sorted by relevance
| /freebsd-head/lib/libthr/thread/ |
| HD | thr_cancel.c | 39 __weak_reference(_thr_setcanceltype, pthread_setcanceltype);
|
| /freebsd-head/lib/libthr/ |
| HD | pthread.map | 106 pthread_setcanceltype;
|
| /freebsd-head/lib/libc/include/ |
| HD | namespace.h | 191 #define pthread_setcanceltype _pthread_setcanceltype macro
|
| HD | un-namespace.h | 172 #undef pthread_setcanceltype
|
| /freebsd-head/include/ |
| HD | pthread.h | 298 int pthread_setcanceltype(int, int *);
|
| /freebsd-head/lib/libc/gen/ |
| HD | Symbol.map | 60 pthread_setcanceltype;
|
| HD | _pthread_stubs.c | 288 STUB_FUNC2(pthread_setcanceltype, PJT_SETCANCELTYPE, int, int, void *)
|
| /freebsd-head/sys/contrib/openzfs/lib/libtpool/ |
| HD | thread_pool.c | 207 (void) pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, in tpool_worker()
|
| /freebsd-head/share/man/man3/ |
| HD | Makefile | 527 pthread_testcancel.3 pthread_setcanceltype.3
|
| /freebsd-head/contrib/libpcap/rpcapd/ |
| HD | rpcapd.c | 1293 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL)) in accept_connection()
|
| /freebsd-head/contrib/ofed/opensm/libvendor/ |
| HD | osm_vendor_ts.c | 454 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in __osm_vendor_ts_poller()
|
| /freebsd-head/contrib/llvm-project/openmp/runtime/src/ |
| HD | z_Linux_util.cpp | 559 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_worker() 636 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_monitor()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 6631 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) { 6633 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype); 6634 int res = REAL(pthread_setcanceltype)(type, oldtype); 6641 COMMON_INTERCEPT_FUNCTION(pthread_setcanceltype);
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2644 fun:pthread_setcanceltype=uninstrumented
|
| /freebsd-head/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs.abi | 1712 …<function-decl name='pthread_setcanceltype' visibility='default' binding='global' size-in-bits='64…
|