Searched refs:Lock (Results 676 - 700 of 786) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/base/threading/
H A Dsequenced_worker_pool_unittest.cc64 base::Lock lock_;
168 base::Lock lock_;
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc72 base::Lock* lock = NULL;
970 lock = new base::Lock();
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device_unittest.cc145 base::Lock lock_; // Guards changes to all members.
464 base::Lock lock_;
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc226 base::Lock lock_;
267 base::Lock metrics_lock_;
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_service_impl_unittest.cc89 static base::Lock s_lock_;
98 base::Lock SharedWorkerServiceImplTest::s_lock_;
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc114 base::LazyInstance<base::Lock> default_thread_clients_lock_ =
140 base::Lock lock_;
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc111 mutable base::Lock lock_;
441 mutable base::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/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc530 if (FAILED(_pVB->Lock(0, sizeof(Vertices), (void**) &pVertices, 0)))
927 if (FAILED(pVB->Lock(sizeof(CUSTOMVERTEX) * offset, sizeof(newVertices),
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc582 images_and_fonts_lock_(new base::Lock),
583 locale_resources_data_lock_(new base::Lock),
/external/compiler-rt/lib/asan/
H A Dasan_report.cc576 asanThreadRegistry().Lock();
577 CommonSanitizerReportMutex.Lock();
/external/lldb/source/API/
H A DSBDebugger.cpp334 api_locker.Lock(target_sp->GetAPIMutex());
874 api_locker.Lock(target_sp->GetAPIMutex());
/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/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc3135 Lock();
3154 Lock();
3172 Lock();
3322 Lock();
3510 Lock();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h438 GetRegionInfo(i)->mutex.Lock();
791 GetSizeClassInfo(i)->mutex.Lock();
1178 mutex_.Lock();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/android_webview/native/
H A Dcookie_manager.cc212 base::Lock cookie_monster_lock_;
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc71 // Lock to protect watchers_.
72 Lock lock_;
/external/chromium_org/base/
H A Dlogging.cc247 log_lock->Lock();
265 // LockImpl directly instead of using Lock, because Lock makes logging calls.
H A Dtracked_objects.cc265 base::LazyInstance<base::Lock>::Leaky
419 // Lock since the map may get relocated now, and other threads sometimes
430 // Lock since the map may get relocated now, and other threads sometimes
466 base::AutoLock lock(map_lock_); // Lock as the map may get relocated now.
/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc308 TEST(SharedMemoryTest, Lock) {
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc28 static base::LazyInstance<base::Lock>::Leaky
H A Dtest_web_graphics_context_3d.h416 base::Lock lock;

Completed in 8981 milliseconds

<<21222324252627282930>>