Home
last modified time | relevance | path

Searched refs:GPR_ATTRIBUTE_NO_TSAN (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/include/grpc/impl/codegen/
Dport_platform.h599 #ifndef GPR_ATTRIBUTE_NO_TSAN /* (1) */
601 #define GPR_ATTRIBUTE_NO_TSAN __attribute__((no_sanitize("thread"))) macro
603 #ifndef GPR_ATTRIBUTE_NO_TSAN /* (2) */
604 #define GPR_ATTRIBUTE_NO_TSAN macro
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc132 void Log(int64_t iteration) GPR_ATTRIBUTE_NO_TSAN { in Log()
227 size_t backlog) GPR_ATTRIBUTE_NO_TSAN { in UpdateStats()