Searched refs:Lock (Results 226 - 250 of 786) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cc34 Lock l(mtx_);
62 typedef GenericScopedLock<MutexType> Lock; typedef in class:__sanitizer::TestData
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h42 void Lock();
98 void Lock(const Mutex &m);
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc32 Lock l(mtx_);
57 typedef GenericScopedLock<MutexType> Lock; typedef in class:__tsan::TestData
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysmouse.cc109 if ( be_app->Lock() ) {
135 SDL_Win->Lock();
/external/smack/src/com/kenai/jbosh/
H A DApacheHTTPSender.java19 import java.util.concurrent.locks.Lock;
45 * Lock used for internal synchronization.
47 private final Lock lock = new ReentrantLock();
/external/valgrind/main/helgrind/tests/
H A Dlocked_vs_unlocked3.stderr.exp17 Lock at 0x........ was first observed
H A Dtc10_rec_lock.stderr.exp19 Lock at 0x........ was first observed
/external/chromium_org/android_webview/browser/
H A Daw_cookie_access_policy.h73 base::Lock lock_;
H A Ddeferred_gpu_command_service.h67 base::Lock tasks_lock_;
/external/chromium_org/base/metrics/
H A Dstats_table.h205 base::Lock counters_lock_;
/external/chromium_org/base/synchronization/
H A Dlock_impl_posix.cc44 void LockImpl::Lock() { function in class:base::internal::LockImpl
H A Dwaitable_event.h34 // Use a WaitableEvent when you would otherwise use a Lock+ConditionVariable to
36 // WaitableEvent in conjunction with a Lock to wait for a more complex state
161 base::Lock lock_;
/external/chromium_org/cc/debug/
H A Drendering_stats_instrumentation.h77 base::Lock lock_;
/external/chromium_org/cc/layers/
H A Dvideo_frame_provider_client_impl.h54 base::Lock provider_lock_;
/external/chromium_org/cc/test/
H A Dtest_context_provider.h73 base::Lock destroyed_lock_;
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_default_provider.h82 mutable base::Lock lock_;
H A Dcontent_settings_internal_extension_provider.h65 mutable base::Lock lock_;
H A Dcontent_settings_policy_provider.h78 mutable base::Lock lock_;
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock_posix.cc63 void FirefoxProfileLock::Lock() { function in class:FirefoxProfileLock
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder.h96 base::Lock mutex_;
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_manager.h51 base::Lock lock_;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dtask_logger.cc18 base::LazyInstance<base::Lock>::Leaky g_log_id_lock = LAZY_INSTANCE_INITIALIZER;
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevice_manager.h73 base::Lock devices_lock_;
/external/chromium_org/components/copresence/mediums/audio/
H A Daudio_player.h85 base::Lock state_lock_;
/external/chromium_org/components/crash/app/
H A Dcrash_keys_win.h64 base::Lock lock_;

Completed in 9635 milliseconds

1234567891011>>