Searched refs:pthread_setcanceltype (Results 1 – 13 of 13) sorted by relevance
| /freebsd/lib/libthr/thread/ |
| H A D | thr_cancel.c | 39 __weak_reference(_thr_setcanceltype, pthread_setcanceltype);
|
| /freebsd/lib/libthr/ |
| H A D | pthread.map | 106 pthread_setcanceltype;
|
| /freebsd/include/ |
| H A D | pthread.h | 298 int pthread_setcanceltype(int, int *);
|
| /freebsd/lib/libc/include/ |
| H A D | namespace.h | 191 #define pthread_setcanceltype _pthread_setcanceltype macro
|
| H A D | un-namespace.h | 172 #undef pthread_setcanceltype
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 60 pthread_setcanceltype;
|
| H A D | _pthread_stubs.c | 289 STUB_FUNC2(pthread_setcanceltype, PJT_SETCANCELTYPE, int, int, void *)
|
| /freebsd/share/man/man3/ |
| H A D | Makefile | 541 pthread_testcancel.3 pthread_setcanceltype.3
|
| /freebsd/contrib/ofed/opensm/libvendor/ |
| H A D | osm_vendor_ts.c | 454 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in __osm_vendor_ts_poller()
|
| /freebsd/contrib/libpcap/rpcapd/ |
| H A D | rpcapd.c | 1293 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL)) in accept_connection()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | 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/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2644 fun:pthread_setcanceltype=uninstrumented
|