OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_mutex_
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h
65
SpinMutexLock l(&
cache_mutex_
);
79
SpinMutex
cache_mutex_
;
member in class:__sanitizer::Quarantine
87
SpinMutexLock l(&
cache_mutex_
);
/external/chromium_org/third_party/re2/re2/
dfa.cc
201
// Releases and reacquires
cache_mutex_
via cache_lock, so any
204
//
cache_mutex_
.r <= L < mutex_
205
// After:
cache_mutex_
.w <= L < mutex_
217
// Must hold
cache_mutex_
.w or be in destructor.
225
State* RunStateOnByteUnlocked(State*, int); //
cache_mutex_
.r <= L < mutex_
295
//
cache_mutex_
.r <= L < mutex_
300
//
cache_mutex_
.r <= L < mutex_
301
// Might unlock and relock
cache_mutex_
via params->cache_lock.
310
//
cache_mutex_
.r <= L < mutex_
311
// Might unlock and relock
cache_mutex_
via params->cache_lock
362
Mutex
cache_mutex_
;
member in class:re2::DFA
[
all
...]
Completed in 334 milliseconds