HomeSort by relevance Sort by last modified time
    Searched refs:Lock (Results 201 - 225 of 957) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/content_settings/
content_settings_internal_extension_provider.h 9 #include "base/synchronization/lock.h"
61 mutable base::Lock lock_;
content_settings_policy_provider.h 14 #include "base/synchronization/lock.h"
78 mutable base::Lock lock_;
  /external/chromium_org/chrome/browser/metrics/variations/
variations_http_header_provider.h 14 #include "base/synchronization/lock.h"
81 base::Lock lock_;
  /external/chromium_org/chrome/browser/printing/
print_job_manager.h 12 #include "base/synchronization/lock.h"
66 base::Lock lock_;
  /external/chromium_org/chrome/browser/sync/glue/
password_change_processor.h 91 base::Lock disconnect_lock_;
  /external/chromium_org/chrome/test/webdriver/
webdriver_session_manager.h 13 #include "base/synchronization/lock.h"
46 mutable base::Lock map_lock_;
  /external/chromium_org/chrome/tools/crash_service/
crash_service.h 12 #include "base/synchronization/lock.h"
97 // lock when it is performing the send.
118 base::Lock sending_;
  /external/chromium_org/chrome_frame/
metrics_service.h 18 #include "base/synchronization/lock.h"
143 static base::Lock metrics_service_lock_;
task_marshaller.h 14 #include "base/synchronization/lock.h"
59 // Lock accesses to |pending_tasks_|.
60 base::Lock lock_;
  /external/chromium_org/content/browser/
cert_store_impl.h 11 #include "base/synchronization/lock.h"
67 // This lock protects: process_to_ids_, id_to_processes_, id_to_cert_ and
69 base::Lock cert_lock_;
histogram_synchronizer.h 14 #include "base/synchronization/lock.h"
127 base::Lock lock_;
  /external/chromium_org/content/browser/gamepad/
gamepad_test_helpers.h 10 #include "base/synchronization/lock.h"
40 base::Lock lock_;
  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.h 13 #include "base/synchronization/lock.h"
75 base::Lock lock_;
  /external/chromium_org/content/browser/renderer_host/media/
midi_host.h 72 base::Lock in_flight_lock_;
video_capture_buffer_pool.h 13 #include "base/synchronization/lock.h"
123 base::Lock lock_;
  /external/chromium_org/content/browser/renderer_host/
text_input_client_mac.h 12 #include "base/synchronization/lock.h"
33 // using an actual sync IPC message, a normal async ViewMsg is used with a lock
70 // These methods lock the internal condition for use before the asynchronous
74 // Called at the end of a critical section. This will release the lock and
82 base::Lock lock_;
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 9 #include "base/synchronization/lock.h"
40 base::AutoLock lock(main_thread_lock_);
64 base::Lock main_thread_lock_;
  /external/chromium_org/content/renderer/media/
audio_renderer_mixer_manager.h 11 #include "base/synchronization/lock.h"
85 base::Lock mixers_lock_;
rtc_video_decoder_factory_tv.h 61 // All private variables are lock protected.
62 base::Lock lock_;
video_destination_handler.h 12 #include "base/synchronization/lock.h"
64 base::Lock lock_;
webaudio_capturer_source.h 9 #include "base/synchronization/lock.h"
73 base::Lock lock_;
webaudiosourceprovider_impl.h 8 #include "base/synchronization/lock.h"
28 // All calls are protected by a lock.
70 base::Lock sink_lock_;
webrtc_audio_capturer_sink_owner.h 11 #include "base/synchronization/lock.h"
58 mutable base::Lock lock_;
  /external/chromium_org/content/renderer/pepper/
pepper_hung_plugin_filter.h 11 #include "base/synchronization/lock.h"
75 base::Lock lock_;
  /external/chromium_org/gpu/command_buffer/service/
safe_shared_memory_pool.h 12 #include "base/synchronization/lock.h"
74 base::Lock lock_;

Completed in 1620 milliseconds

1 2 3 4 5 6 7 891011>>