Home
last modified time | relevance | path

Searched defs:cache_lock (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cpp24 static StaticSpinMutex cache_lock; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc244 tensorflow::mutex_lock cache_lock(autotune_cache_mu); in DoGemmAutotune() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc255 RWLocker* cache_lock; member
1166 void DFA::ResetCache(RWLocker* cache_lock) { in ResetCache()