Searched defs:STDCXX_INTERCEPTOR (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/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 | 948 #define STDCXX_INTERCEPTOR TSAN_INTERCEPTOR macro 950 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ macro 955 STDCXX_INTERCEPTOR(int, __cxa_guard_acquire, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() function 960 STDCXX_INTERCEPTOR(void, __cxa_guard_release, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() function 965 STDCXX_INTERCEPTOR(void, __cxa_guard_abort, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() function
|