Searched refs:STDCXX_INTERCEPTOR (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_mac.cpp | 431 #define STDCXX_INTERCEPTOR TSAN_INTERCEPTOR macro 460 STDCXX_INTERCEPTOR(void, _ZNSt3__119__shared_weak_count16__release_sharedEv, in STDCXX_INTERCEPTOR() function 478 STDCXX_INTERCEPTOR(bool, _ZNSt3__114__shared_count16__release_sharedEv, in STDCXX_INTERCEPTOR() function 512 STDCXX_INTERCEPTOR(void, _ZNSt3__111__call_onceERVmPvPFvS2_E, void *flag, in STDCXX_INTERCEPTOR() function
|
| H A D | tsan_interceptors_posix.cpp | 868 #define STDCXX_INTERCEPTOR TSAN_INTERCEPTOR macro 870 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ macro 875 STDCXX_INTERCEPTOR(int, __cxa_guard_acquire, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() function 893 STDCXX_INTERCEPTOR(void, __cxa_guard_release, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() function 899 STDCXX_INTERCEPTOR(void, __cxa_guard_abort, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() function
|