Home
last modified time | relevance | path

Searched refs:ref_mutex (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/lockfree/test/
Dtest_helpers.hpp41 boost::lock_guard<boost::mutex> lock (ref_mutex[index]); in insert()
53 boost::lock_guard<boost::mutex> lock (ref_mutex[index]); in find()
62 boost::lock_guard<boost::mutex> lock (ref_mutex[index]); in erase()
77 boost::lock_guard<boost::mutex> lock (ref_mutex[i]); in count_nodes()
85 mutable boost::array<boost::mutex, buckets> ref_mutex; member in static_hashed_set
/third_party/re2/re2/
Dregexp.cc77 static Mutex* ref_mutex; variable
84 MutexLock l(ref_mutex); in Ref()
93 ref_mutex = new Mutex; in Incref()
98 MutexLock l(ref_mutex); in Incref()
118 MutexLock l(ref_mutex); in Decref()