Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dport_platform.h519 #ifndef GPR_ATTRIBUTE_NO_TSAN /* (1) */
522 #define GPR_ATTRIBUTE_NO_TSAN __attribute__((no_sanitize("thread"))) macro
525 #ifndef GPR_ATTRIBUTE_NO_TSAN /* (2) */
526 #define GPR_ATTRIBUTE_NO_TSAN macro
/external/rust/crates/grpcio-sys/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
/external/rust/crates/grpcio-sys/grpc/spm-core-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
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc131 void Log(int64_t iteration) GPR_ATTRIBUTE_NO_TSAN { in Log()
226 size_t backlog) GPR_ATTRIBUTE_NO_TSAN { in UpdateStats()