Home
last modified time | relevance | path

Searched refs:MutexLock (Results 1 – 25 of 95) sorted by relevance

1234

/external/ImageMagick/Magick++/lib/Magick++/
DThread.h27 class MagickPPExport MutexLock
32 MutexLock(void);
35 ~MutexLock(void);
46 MutexLock(const MutexLock& original_);
49 MutexLock& operator=(const MutexLock& original );
/external/protobuf/src/google/protobuf/stubs/
Dmutex.h76 #undef MutexLock
82 class LIBPROTOBUF_EXPORT MutexLock {
84 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() function
85 ~MutexLock() { this->mu_->Unlock(); } in ~MutexLock()
88 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(MutexLock);
92 typedef MutexLock ReaderMutexLock;
93 typedef MutexLock WriterMutexLock;
139 using internal::MutexLock;
Donce_unittest.cc89 MutexLock lock(&done_mutex_); in IsDone()
125 MutexLock lock(&done_mutex_); in Start()
144 MutexLock lock(&mutex_); in CurrentState()
164 MutexLock lock(&mutex_); in Init()
Dcommon.cc253 MutexLock lock(log_silencer_count_mutex_); in Finish()
291 MutexLock lock(internal::log_silencer_count_mutex_); in LogSilencer()
297 MutexLock lock(internal::log_silencer_count_mutex_); in ~LogSilencer()
429 MutexLock lock(shutdown_functions_mutex); in OnShutdown()
/external/swiftshader/src/Common/
DMutexLock.hpp27 class MutexLock class
30 MutexLock() in MutexLock() function in sw::MutexLock
35 ~MutexLock() in ~MutexLock()
172 using MutexLock = BackoffLock; typedef
180 explicit LockGuard(sw::MutexLock &mutex) : mutex(mutex) in LockGuard()
191 sw::MutexLock &mutex;
/external/ImageMagick/Magick++/lib/
DThread.cpp18 Magick::MutexLock::MutexLock(void) in MutexLock() function in Magick::MutexLock
65 Magick::MutexLock::~MutexLock(void) in ~MutexLock()
84 void Magick::MutexLock::lock(void) in lock()
103 void Magick::MutexLock::unlock(void) in unlock()
/external/google-benchmark/src/
Dmutex.h87 class SCOPED_CAPABILITY MutexLock {
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
92 ~MutexLock() RELEASE() {} in RELEASE()
107 MutexLock ml(lock_); in wait()
115 MutexLock ml(lock_); in removeThread()
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
Dbenchmark.cc127 MutexLock lock(end_cond_mutex_); in NotifyThreadComplete()
133 MutexLock lock(end_cond_mutex_); in WaitForAllThreads()
274 MutexLock l(manager->GetBenchmarkMutex()); in RunInThread()
318 MutexLock l(manager->GetBenchmarkMutex()); in RunBenchmark()
434 MutexLock l(manager_->GetBenchmarkMutex()); in SkipWithError()
449 MutexLock l(manager_->GetBenchmarkMutex()); in SetLabel()
/external/libcxx/utils/google-benchmark/src/
Dmutex.h87 class SCOPED_CAPABILITY MutexLock {
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
92 ~MutexLock() RELEASE() {} in RELEASE()
107 MutexLock ml(lock_); in wait()
115 MutexLock ml(lock_); in removeThread()
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
Dbenchmark.cc127 MutexLock lock(end_cond_mutex_); in NotifyThreadComplete()
133 MutexLock lock(end_cond_mutex_); in WaitForAllThreads()
274 MutexLock l(manager->GetBenchmarkMutex()); in RunInThread()
318 MutexLock l(manager->GetBenchmarkMutex()); in RunBenchmark()
434 MutexLock l(manager_->GetBenchmarkMutex()); in SkipWithError()
449 MutexLock l(manager_->GetBenchmarkMutex()); in SetLabel()
/external/gflags/src/
Dmutex.h306 class MutexLock {
308 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock() function
309 ~MutexLock() { mu_->Unlock(); } in ~MutexLock()
313 MutexLock(const MutexLock&);
314 void operator=(const MutexLock&);
341 #define MutexLock(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) macro
/external/v8/testing/gmock/src/
Dgmock-spec-builders.cc177 MutexLock l(&mutex_); in CheckActionCountIfNotDone()
282 MutexLock l(&g_gmock_mutex); in RegisterOwner()
296 MutexLock l(&g_gmock_mutex); in SetOwnerAndName()
309 MutexLock l(&g_gmock_mutex); in MockObject()
326 MutexLock l(&g_gmock_mutex); in Name()
610 internal::MutexLock l(&internal::g_gmock_mutex); in SetReactionOnUninterestingCalls()
641 internal::MutexLock l(&internal::g_gmock_mutex); in UnregisterCallReaction()
650 internal::MutexLock l(&internal::g_gmock_mutex); in GetReactionOnUninterestingCalls()
659 internal::MutexLock l(&internal::g_gmock_mutex); in AllowLeak()
668 internal::MutexLock l(&internal::g_gmock_mutex); in VerifyAndClearExpectations()
[all …]
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc177 MutexLock l(&mutex_); in CheckActionCountIfNotDone()
272 MutexLock l(&g_gmock_mutex); in RegisterOwner()
286 MutexLock l(&g_gmock_mutex); in SetOwnerAndName()
299 MutexLock l(&g_gmock_mutex); in MockObject()
316 MutexLock l(&g_gmock_mutex); in Name()
600 internal::MutexLock l(&internal::g_gmock_mutex); in SetReactionOnUninterestingCalls()
631 internal::MutexLock l(&internal::g_gmock_mutex); in UnregisterCallReaction()
640 internal::MutexLock l(&internal::g_gmock_mutex); in GetReactionOnUninterestingCalls()
649 internal::MutexLock l(&internal::g_gmock_mutex); in AllowLeak()
658 internal::MutexLock l(&internal::g_gmock_mutex); in VerifyAndClearExpectations()
[all …]
/external/llvm/test/CodeGen/ARM/
Dcall-tc.ll147 %class.MutexLock = type { i8 }
156 %lock = alloca %class.MutexLock, align 1
157 %1 = call %class.MutexLock* @_ZN9MutexLockC1Ev(%class.MutexLock* %lock)
160 %4 = call %class.MutexLock* @_ZN9MutexLockD1Ev(%class.MutexLock* %lock)
164 declare %class.MutexLock* @_ZN9MutexLockC1Ev(%class.MutexLock*) unnamed_addr nounwind align 2
166 declare %class.MutexLock* @_ZN9MutexLockD1Ev(%class.MutexLock*) unnamed_addr nounwind align 2
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc176 MutexLock l(&mutex_); in CheckActionCountIfNotDone()
281 MutexLock l(&g_gmock_mutex); in RegisterOwner()
295 MutexLock l(&g_gmock_mutex); in SetOwnerAndName()
308 MutexLock l(&g_gmock_mutex); in MockObject()
325 MutexLock l(&g_gmock_mutex); in Name()
616 internal::MutexLock l(&internal::g_gmock_mutex); in SetReactionOnUninterestingCalls()
647 internal::MutexLock l(&internal::g_gmock_mutex); in UnregisterCallReaction()
656 internal::MutexLock l(&internal::g_gmock_mutex); in GetReactionOnUninterestingCalls()
666 internal::MutexLock l(&internal::g_gmock_mutex); in AllowLeak()
675 internal::MutexLock l(&internal::g_gmock_mutex); in VerifyAndClearExpectations()
[all …]
/external/clang/test/SemaCXX/
Dwarn-comma-operator.cpp197 class MutexLock { class
199 MutexLock(Mutex &);
200 MutexLock();
201 ~MutexLock();
210 return (MutexLock(StatusMutex), Status); in get_status()
215 return (MutexLock(), Status); in get_status()
/external/clang/test/PCH/
Dthread-safety-attrs.cpp43 class __attribute__((scoped_lockable)) MutexLock { class
45 MutexLock(Mutex *mu) __attribute__((exclusive_lock_function(mu)));
46 ~MutexLock() __attribute__((unlock_function));
/external/valgrind/drd/tests/
Dtsan_unittest.cpp55 #define WriterLockScoped MutexLock
4694 MutexLock a(&A); in Thread1()
4695 MutexLock b(&B); in Thread1()
4700 MutexLock b(&B); in Thread2()
4701 MutexLock c(&C); in Thread2()
4706 MutexLock a(&A); in Thread3()
4707 MutexLock c(&C); in Thread3()
5724 MutexLock lock(&mu); in InitMe()
6270 MutexLock lock(&mu); in Swapper()
6279 MutexLock lock(&mu); in Worker()
[all …]
/external/protobuf/gtest/include/gtest/internal/
Dgtest-linked_ptr.h110 MutexLock lock(&g_linked_ptr_mutex); in join()
122 MutexLock lock(&g_linked_ptr_mutex); in depart()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-linked_ptr.h110 MutexLock lock(&g_linked_ptr_mutex); in join()
122 MutexLock lock(&g_linked_ptr_mutex); in depart()
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-linked_ptr.h110 MutexLock lock(&g_linked_ptr_mutex); in join()
127 MutexLock lock(&g_linked_ptr_mutex); in depart()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h110 MutexLock lock(&g_linked_ptr_mutex); in join()
122 MutexLock lock(&g_linked_ptr_mutex); in depart()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-linked_ptr.h110 MutexLock lock(&g_linked_ptr_mutex); in join()
122 MutexLock lock(&g_linked_ptr_mutex); in depart()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-linked_ptr.h110 MutexLock lock(&g_linked_ptr_mutex); in join()
127 MutexLock lock(&g_linked_ptr_mutex); in depart()
/external/googletest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h110 MutexLock lock(&g_linked_ptr_mutex); in join()
127 MutexLock lock(&g_linked_ptr_mutex); in depart()

1234