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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 152 // Must be called with the lock held.
167 // Must be called with the lock held.
175 Lock();
212 void Lock() {
213 pulse()->Lock();
273 Lock();
322 Lock();
391 Lock();
403 void Lock() {
404 stream_.Lock();
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 99 res->mtx.Lock();
112 res->mtx.Lock();
122 Lock l(&p->mtx);
134 res->mtx.Lock();
176 res->mtx.Lock();
188 Lock l(&p->mtx);
204 res->mtx.Lock();
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom.c 116 Lock ();
337 Lock ();
358 Lock();
398 Lock ();
420 Lock ();
442 Lock ();
472 Lock ();
  /external/chromium/base/
shared_memory.h 36 // On POSIX, the lock is implemented as a lockf() on the mapped file,
49 // calling Lock() to acquire the named mutex before either Create or Open
166 // This is a cross-process lock which may be recursively
169 // WARNING: on POSIX the lock only works across processes, not
171 // lock at the same time. There are several solutions for this
174 void Lock();
177 // A Lock() implementation with a timeout that also allows setting
179 // Returns true if the Lock() has been acquired, false if the timeout was
181 bool Lock(uint32 timeout_ms, SECURITY_ATTRIBUTES* sec_attr);
184 // Releases the shared memory lock
    [all...]
message_loop_proxy_impl.h 12 #include "base/synchronization/lock.h"
53 // The lock that protects access to target_message_loop_.
54 mutable base::Lock message_loop_lock_;
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 31 class Lock;
262 base::Lock success_lock_; // A lock around already_reported_success_.
267 base::Lock localaccount_lock_; // A lock around checked_for_localaccount_.
  /external/chromium_org/base/memory/
shared_memory.h 40 // On POSIX, the lock is implemented as a lockf() on the mapped file,
76 // calling Lock() to acquire the named mutex before either Create or Open
217 // processes, not across threads. The Lock method is not currently
219 // critical section using a class global lock.
220 void Lock();
223 // A Lock() implementation with a timeout that also allows setting
225 // Returns true if the Lock() has been acquired, false if the timeout was
227 bool Lock(uint32 timeout_ms, SECURITY_ATTRIBUTES* sec_attr);
230 // Releases the shared memory lock.
261 // A helper class that acquires the shared memory lock whil
    [all...]
  /external/chromium_org/chrome/common/
startup_metric_utils.cc 12 #include "base/synchronization/lock.h"
35 base::Lock* GetSubsystemStartupTimeHashLock() {
36 static base::Lock* slow_startup_time_hash_lock = new base::Lock;
  /external/chromium_org/chrome_frame/
urlmon_url_request.h 123 // The background_request_map_ is referenced from multiple threads. Lock to
125 base::Lock background_resource_map_lock_;
129 base::Lock* request_map_lock);
134 base::Lock* request_map_lock);
  /external/chromium_org/win8/metro_driver/
print_document_source.h 30 class Lock;
78 base::Lock* parent_lock);
140 // Our parent's lock (to make sure it is initialized and destroyed early
142 base::Lock* parent_lock_;
  /external/chromium/base/synchronization/
lock_impl_posix.cc 16 // In debug, setup attributes for lock error checking.
27 // In release, go with the default lock attributes.
43 void LockImpl::Lock() {
  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy.h 12 #include "base/synchronization/lock.h"
57 base::Lock lock_; // Synchronize all access to the collections.
  /external/chromium/chrome/browser/
gpu_data_manager.h 15 #include "base/synchronization/lock.h"
96 mutable base::Lock gpu_info_lock_;
  /external/chromium/chrome/browser/sync/engine/
all_status.h 15 #include "base/synchronization/lock.h"
60 mutable base::Lock mutex_; // Protects all data members.
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.h 10 #include "base/synchronization/lock.h"
113 // We use a Lock for all data members and a ConditionVariable to synchronize.
119 base::Lock lock_;
  /external/chromium_org/android_webview/browser/
aw_cookie_access_policy.h 10 #include "base/synchronization/lock.h"
66 base::Lock lock_;
  /external/chromium_org/base/
deferred_sequenced_task_runner.h 16 #include "base/synchronization/lock.h"
68 mutable Lock lock_;
  /external/chromium_org/base/message_loop/
incoming_task_queue.h 11 #include "base/synchronization/lock.h"
41 // Same as AddToIncomingQueue() except that it will avoid blocking if the lock
42 // is already held, and will in that case (when the lock is contended) fail to
54 // Takes the incoming queue lock, signals |caller_wait| and waits until
83 // The lock that protects access to |incoming_queue_|, |message_loop_| and
85 base::Lock incoming_queue_lock_;
  /external/chromium_org/base/synchronization/
lock_impl_posix.cc 16 // In debug, setup attributes for lock error checking.
27 // In release, go with the default lock attributes.
43 void LockImpl::Lock() {
  /external/chromium_org/base/threading/
thread_id_name_manager.h 13 #include "base/synchronization/lock.h"
52 Lock lock_;
watchdog.h 26 #include "base/synchronization/lock.h"
79 Lock lock_; // Mutex for state_.
  /external/chromium_org/cc/layers/
video_frame_provider_client_impl.h 9 #include "base/synchronization/lock.h"
53 base::Lock provider_lock_;
  /external/chromium_org/cc/test/
fake_context_provider.h 10 #include "base/synchronization/lock.h"
53 base::Lock destroyed_lock_;
  /external/chromium_org/chrome/browser/android/
crash_dump_manager.h 13 #include "base/synchronization/lock.h"
71 // This map should only be accessed with its lock aquired as it is accessed
73 base::Lock child_process_id_to_minidump_path_lock_;
  /external/chromium_org/chrome/browser/content_settings/
content_settings_default_provider.h 15 #include "base/synchronization/lock.h"
82 mutable base::Lock lock_;

Completed in 1732 milliseconds

1 2 3 4 5 6 78 91011>>