Searched defs:Lock (Results 76 - 100 of 111) sorted by relevance

12345

/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.h183 void Lock() function in class:webrtc::AudioDeviceMac
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp36 static sys::Mutex Lock; variable
39 MutexGuard Guard(Lock);
44 MutexGuard Guard(Lock);
70 MutexGuard Guard(Lock);
103 MutexGuard Guard(Lock);
117 MutexGuard Guard(Lock);
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc261 void Mutex::Lock() { function in class:google::protobuf::Mutex
297 void Mutex::Lock() { function in class:google::protobuf::Mutex
/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem_allocator.cc77 // Lock() and Unlock(), data could get lost if they are not written to the
428 bool DiscardableAshmemChunk::Lock() { function in class:base::internal::DiscardableAshmemChunk
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.cc262 ext_conn->Lock(); // allow outgoing packets
303 ext_conn->Lock();
505 int_conn->Lock();
659 void RelayServerConnection::Lock() { function in class:cricket::RelayServerConnection
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc224 void BlockingMutex::Lock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_win.cc372 // FIXME: see comments in BlockingMutex::Lock() for the details.
386 void BlockingMutex::Lock() { function in class:__sanitizer::BlockingMutex
393 // constructors, we should probably manually Lock/Unlock all the global
H A Dsanitizer_linux.cc437 void BlockingMutex::Lock() { function in class:__sanitizer::BlockingMutex
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp99 mutable sys::Mutex Lock; member in class:__anon25846::JitPool
102 MutexGuard guard(Lock);
106 MutexGuard guard(Lock);
110 MutexGuard guard(Lock);
H A DJITEmitter.cpp229 /// Guarded by Lock.
233 mutable sys::Mutex Lock; member in class:__anon25847::StubToResolverMapTy
238 MutexGuard guard(Lock);
243 MutexGuard guard(Lock);
248 MutexGuard guard(Lock);
261 MutexGuard guard(Lock);
/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h28 void* (*Lock)(struct _FXMEM_SystemMgr* pMgr, void* handle); member in struct:_FXMEM_SystemMgr
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.c79 void Lock () function
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp71 void Lock() {LockHeap();} function in class:CLockable
74 #define LockHeap(x) CLockable::Lockable(x)->Lock()
441 LockHeap(Private->EPOC_Bitmap); // Lock bitmap heap
635 LockHeap(Private->EPOC_Bitmap); // Lock bitmap heap
763 lock.Begin(TPoint(0,0)); // Lock bitmap heap
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc219 void Mutex::Lock() { function in class:testing::internal::Mutex
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.h164 void Lock() { _critSect.Enter(); }; function in class:webrtc::AudioDeviceWindowsWave
/external/chromium_org/third_party/webrtc/sound/
H A Dpulseaudiosoundsystem.cc158 Lock();
195 void Lock() { function in class:rtc::PulseAudioStream
196 pulse()->Lock();
256 Lock();
305 Lock();
374 Lock();
386 void Lock() { function in class:rtc::PulseAudioInputStream
387 stream_.Lock();
421 // We get the data pointer and size now in order to save one Lock/Unlock
438 Lock();
777 void Lock() { function in class:rtc::PulseAudioOutputStream
1516 inline void PulseAudioSoundSystem::Lock() { function in class:rtc::PulseAudioSoundSystem
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h120 void Lock() { function in class:SpinLock
143 void Lock() { function in class:SpinLock
202 void Lock() { CHECK(0 == pthread_mutex_lock(&mu_));} function in class:Mutex
210 void ReaderLock() { Lock(); }
214 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); }
215 void ReaderLockWhen(Condition cond) { Lock(); WaitLoop(cond); }
219 { Lock(); return WaitLoopWithTimeout(cond, millis); }
221 { Lock(); return WaitLoopWithTimeout(cond, millis); }
265 mu_->Lock();
303 void Lock() { CHEC function in class:RWLock
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h355 class Lock { class in class:blink::ThreadLocalPersistents
357 Lock() { state()->checkThread(); } function in class:blink::ThreadLocalPersistents::Lock
371 class Lock { class in class:blink::GlobalPersistents
373 Lock() : m_locker(ThreadState::globalRootsMutex()) { } function in class:blink::GlobalPersistents::Lock
387 typename RootsAccessor::Lock lock;
403 typename RootsAccessor::Lock lock;
419 typename RootsAccessor::Lock lock;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1207 void Lock() { function in class:testing::internal::MutexBase
1268 : mutex_(mutex) { mutex_->Lock(); }
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc250 void Lock() { function in class:aura::__anon16588::TestEventClient
311 client.Lock();
/external/chromium_org/v8/src/
H A Disolate.h1421 Lock(isolate);
1425 static void Lock(Isolate* isolate) { isolate->break_access()->Lock(); } function in class:v8::internal::BASE_EMBEDDED
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1217 void Lock() { function in class:testing::internal::MutexBase
1278 : mutex_(mutex) { mutex_->Lock(); }
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1207 void Lock() { function in class:testing::internal::MutexBase
1268 : mutex_(mutex) { mutex_->Lock(); }
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp83 void Lock();
120 void CEventQueue::Lock() function in class:CEventQueue
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1637 void Lock();
1676 : mutex_(mutex) { mutex_->Lock(); }
1854 void Lock() { function in class:testing::internal::MutexBase
1931 : mutex_(mutex) { mutex_->Lock(); }
2037 void Lock() {} function in class:testing::internal::Mutex

Completed in 9568 milliseconds

12345