HomeSort by relevance Sort by last modified time
    Searched refs:Acquire (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/chromium_org/base/synchronization/
waitable_event_posix.cc 165 kernel_->lock_.Acquire();
178 sw.lock()->Acquire();
192 // We can't acquire @lock_ before releasing the SyncWaiter lock (because
200 kernel_->lock_.Acquire();
231 // We need to acquire the locks in a globally consistent order. Thus we sort
263 sw.lock()->Acquire();
286 raw_waitables[i]->kernel_->lock_.Acquire();
317 waitables[0].first->kernel_->lock_.Acquire();
condition_variable_unittest.cc 86 // Worker threads can call them but not needed to acquire a lock.
113 // Caller must acquire lock before calling.
117 // if they are equal. This check will acquire the |lock_| so the caller
160 lock.Acquire();
165 lock.Acquire();
175 lock.Acquire();
  /external/chromium_org/chrome_frame/
task_marshaller.cc 23 lock_.Acquire();
100 lock_.Acquire();
vtable_patch_manager.cc 205 patch_list_lock_.Acquire();
230 patch_list_lock_.Acquire();
vtable_patch_manager_unittest.cc 219 vtable_patch::patch_lock_.Acquire();
260 vtable_patch::patch_lock_.Acquire();
  /external/chromium/crypto/
openssl_util.cc 67 locks_[n]->Acquire();
  /external/chromium_org/cc/layers/
video_frame_provider_client_impl.cc 50 provider_lock_.Acquire(); // Balanced by call to ReleaseLock().
  /external/chromium_org/crypto/
openssl_util.cc 67 locks_[n]->Acquire();
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
scoped_ref.h 22 obj->Acquire();
  /external/chromium_org/skia/ext/
SkThread_chrome.cc 80 void SkMutex::acquire() { function in class:SkMutex
82 lock->Acquire();
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.cc 24 mu_.Acquire();
  /external/chromium_org/tools/memory_watcher/
call_stack.h 82 dbghelp_lock_.Acquire();
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.cc 87 Acquire(cur_thread(), CALLERPC, (uptr)addr);
tsan_fd.cc 156 Acquire(thr, pc, (uptr)s);
239 Acquire(thr, pc, (uptr)&fdctx.connectsync);
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 151 listeners_mutex_.Acquire();
172 listeners_mutex_.Acquire();
186 listeners_mutex_.Acquire();
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.h 31 // Acquire the proxy lock. If it is currently held by another thread, block
36 static void Acquire();
54 ProxyLock::Acquire();
65 // that we re-acquire the lock when the plugin is returns or raises an
73 ProxyLock::Acquire();
  /external/chromium_org/ui/base/clipboard/
clipboard_win.cc 48 bool Acquire(HWND owner) {
56 // Attempt to open the clipboard, which will acquire the Windows clipboard
81 // We failed to acquire the clipboard.
218 if (!clipboard.Acquire(GetClipboardWindow()))
388 if (!clipboard.Acquire(GetClipboardWindow()))
413 // Acquire the clipboard.
415 if (!clipboard.Acquire(GetClipboardWindow()))
435 // Acquire the clipboard.
437 if (!clipboard.Acquire(GetClipboardWindow()))
458 // Acquire the clipboard
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.h 201 owner_->lock_.Acquire();
  /external/chromium/chrome/browser/sync/engine/
all_status.cc 157 allstatus->mutex_.Acquire();
  /external/chromium_org/media/filters/
ffmpeg_glue.cc 74 static_cast<base::Lock*>(*lock)->Acquire();
  /external/chromium_org/ppapi/thunk/
enter.h 79 ppapi::ProxyLock::Acquire();
  /external/chromium_org/sync/engine/
all_status.cc 201 allstatus->mutex_.Acquire();
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 169 Acquire(thr, 0, (uptr)addr);
  /external/chromium/base/synchronization/
condition_variable_unittest.cc 86 // Worker threads can call them but not needed to acquire a lock.
113 // Caller must acquire lock before calling.
117 // if they are equal. This check will acquire the |lock_| so the caller
160 lock.Acquire();
165 lock.Acquire();
175 lock.Acquire();
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.cc 123 gamepad->Acquire();
425 if (FAILED(gamepad->Acquire())) {

Completed in 1109 milliseconds

12 3 4