Home
last modified time | relevance | path

Searched refs:default_mutex (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/container/detail/
Dnode_pool.hpp89 scoped_lock<default_mutex> guard(mutex_); in allocate_node()
98 scoped_lock<default_mutex> guard(mutex_); in deallocate_node()
108 scoped_lock<default_mutex> guard(mutex_); in allocate_nodes()
116 scoped_lock<default_mutex> guard(mutex_); in deallocate_nodes()
125 scoped_lock<default_mutex> guard(mutex_); in deallocate_free_blocks()
134 scoped_lock<default_mutex> guard(mutex_); in purge_blocks()
142 scoped_lock<default_mutex> guard(mutex_); in num_free_nodes()
148 default_mutex mutex_;
Dadaptive_node_pool.hpp118 scoped_lock<default_mutex> guard(mutex_); in allocate_node()
127 scoped_lock<default_mutex> guard(mutex_); in deallocate_node()
137 scoped_lock<default_mutex> guard(mutex_); in allocate_nodes()
145 scoped_lock<default_mutex> guard(mutex_); in deallocate_nodes()
154 scoped_lock<default_mutex> guard(mutex_); in deallocate_free_blocks()
160 default_mutex mutex_;
Dmutex.hpp190 typedef null_mutex default_mutex; typedef
206 typedef spin_mutex default_mutex;
230 typedef mutex default_mutex;
254 typedef mutex default_mutex;
/third_party/boost/boost/pool/detail/
Dmutex.hpp38 typedef null_mutex default_mutex; typedef
48 typedef std::mutex default_mutex; typedef
91 typedef pt_mutex default_mutex; typedef
133 typedef cs_mutex default_mutex; typedef
/third_party/boost/boost/pool/
Dpoolfwd.hpp54 typename Mutex = details::pool::default_mutex,
66 typename Mutex = details::pool::default_mutex,
75 typename Mutex = details::pool::default_mutex,
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dlifetime_test.cc77 absl::Mutex default_mutex; in RunTests() local
81 mutex = &default_mutex; in RunTests()
/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc77 absl::Mutex default_mutex; in RunTests() local
81 mutex = &default_mutex; in RunTests()