Searched refs:RWLocker (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Ddfa.cc90 class RWLocker;
177 void ResetCache(RWLocker* cache_lock);
226 RWLocker* cache_lock)
245 RWLocker *cache_lock;
1051 // that through the search, so instead we encapsulate it in the RWLocker
1054 class DFA::RWLocker { class in class:re2::DFA
1056 explicit RWLocker(Mutex* mu);
1057 ~RWLocker();
1074 DISALLOW_EVIL_CONSTRUCTORS(RWLocker);
1077 DFA::RWLocker function in class:re2::DFA::RWLocker
[all...]

Completed in 187 milliseconds