Home
last modified time | relevance | path

Searched refs:call_pthread_cancel_with_cleanup (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform_mac.cpp293 int call_pthread_cancel_with_cleanup(int (*fn)(void *arg), in call_pthread_cancel_with_cleanup() function
HDtsan_platform_linux.cpp585 int call_pthread_cancel_with_cleanup(int (*fn)(void *arg), in call_pthread_cancel_with_cleanup() function
HDtsan_platform.h1035 int call_pthread_cancel_with_cleanup(int (*fn)(void *arg),
HDtsan_interceptors_posix.cpp1241 res = call_pthread_cancel_with_cleanup( in cond_wait()