Home
last modified time | relevance | path

Searched refs:kIsSanitizeThread (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/
DPortability.h80 constexpr bool kIsSanitizeThread = true; variable
82 constexpr bool kIsSanitizeThread = false;
/rocksdb-6.9/third-party/folly/folly/synchronization/
DAtomicUtil-inl.h235 if (folly::kIsArchAmd64 && !folly::kIsSanitizeThread) {
252 if (folly::kIsArchAmd64 && !folly::kIsSanitizeThread) {
/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp987 if (folly::kIsSanitizeThread) { in concurrentExceptionPropagationStress()