HomeSort by relevance Sort by last modified time
    Searched defs:lock_ (Results 101 - 125 of 130) sorted by null

1 2 3 45 6

  /external/libmojo/mojo/public/cpp/bindings/tests/
bind_task_runner_unittest.cc 44 base::AutoLock locker(lock_);
61 base::AutoLock locker(lock_);
67 base::AutoUnlock unlocker(lock_);
89 base::AutoLock locker(lock_);
95 base::AutoUnlock unlocker(lock_);
113 base::Lock lock_; member in class:mojo::test::__anon23742::TestTaskRunner
associated_interface_unittest.cc 337 base::AutoLock locker(lock_);
348 base::Lock lock_; member in class:mojo::test::__anon23741::NotificationCounter
sync_method_unittest.cc 218 base::AutoLock locker(lock_);
232 base::AutoLock locker(lock_);
241 mutable base::Lock lock_; member in class:mojo::test::__anon23764::TestSyncServiceThread
  /external/webrtc/talk/session/media/
srtpfilter.h 251 static rtc::GlobalLockPod lock_; member in class:cricket::SrtpSession
srtpfilter.cc 491 rtc::GlobalLockPod SrtpSession::lock_; member in class:cricket::SrtpSession
500 rtc::GlobalLockScope ls(&lock_);
508 rtc::GlobalLockScope ls(&lock_);
730 rtc::GlobalLockScope ls(&lock_);
759 rtc::GlobalLockScope ls(&lock_);
792 rtc::GlobalLockScope ls(&lock_);
  /external/webrtc/webrtc/base/
criticalsection_unittest.cc 135 lock_.Lock();
147 lock_.Unlock();
153 Lock lock_; member in class:rtc::__anon38676::LockRunner
  /frameworks/base/libs/common_time/
clock_recovery.h 108 Mutex lock_; member in class:android::ClockRecoveryLoop
  /hardware/libhardware/modules/vehicle/
vehicle.c 50 static pthread_mutex_t lock_; variable
159 pthread_mutex_lock(&lock_);
162 pthread_mutex_unlock(&lock_);
169 pthread_mutex_unlock(&lock_);
175 pthread_mutex_lock(&lock_);
182 pthread_mutex_unlock(&lock_);
413 pthread_mutex_lock(&lock_);
415 pthread_mutex_unlock(&lock_);
421 pthread_mutex_unlock(&lock_);
427 pthread_mutex_unlock(&lock_);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 67 AutoLock(pthread_mutex_t& lock) : lock_(lock) {
68 pthread_mutex_lock(&lock_);
72 pthread_mutex_unlock(&lock_);
75 pthread_mutex_t& lock_; member in class:__anon111624::AutoLock
108 pthread_mutex_init(&lock_, NULL);
116 pthread_mutex_lock(&lock_);
123 pthread_mutex_unlock(&lock_);
124 pthread_mutex_destroy(&lock_);
129 AutoLock lock(lock_);
144 AutoLock lock(lock_);
185 pthread_mutex_t lock_; \/\/ mutex synchronizing access to data below. member in class:__anon111624::PageBasedAllocator
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc 67 AutoLock(pthread_mutex_t& lock) : lock_(lock) {
68 pthread_mutex_lock(&lock_);
72 pthread_mutex_unlock(&lock_);
75 pthread_mutex_t& lock_; member in class:__anon112012::AutoLock
108 pthread_mutex_init(&lock_, NULL);
116 pthread_mutex_lock(&lock_);
123 pthread_mutex_unlock(&lock_);
124 pthread_mutex_destroy(&lock_);
129 AutoLock lock(lock_);
144 AutoLock lock(lock_);
185 pthread_mutex_t lock_; \/\/ mutex synchronizing access to data below. member in class:__anon112012::PageBasedAllocator
    [all...]
  /art/runtime/base/
arena_allocator.cc 277 lock_("Arena pool lock", kArenaPoolLock),
302 MutexLock lock(Thread::Current(), lock_); local
310 MutexLock lock(self, lock_);
328 MutexLock lock(Thread::Current(), lock_); local
337 MutexLock lock(Thread::Current(), lock_); local
367 MutexLock lock(self, lock_);
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 327 lock_(lock),
337 AutoLock autolock(*lock_); variable
361 Lock* lock_; member in class:base::CounterThread
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 67 // The WorkQueue::lock_, as accessed via WorkQueue::lock(), should be used for
123 // if they are equal. This check will acquire the |lock_| so the caller
129 Lock lock_; member in class:base::__anon22858::WorkQueue
497 : lock_(),
498 work_is_available_(&lock_),
499 all_threads_have_ids_(&lock_),
500 no_more_tasks_(&lock_),
525 base::AutoLock auto_lock(lock_);
573 lock_.AssertAcquired();
583 base::AutoLock auto_lock(lock_);
    [all...]
  /external/libchrome/base/trace_event/
trace_log.h 111 // |lock_|. TraceLog::IsEnabled() is true at this point.
114 // Called just after the tracing system disables, outside of the |lock_|.
131 // Posted just after the tracing system becomes enabled, outside |lock_|.
135 // Posted just after the tracing system becomes disabled, outside |lock_|.
457 mutable Lock lock_; member in class:base::trace_event::TraceLog
  /external/libmojo/mojo/message_pump/
handle_watcher.cc 209 base::Lock lock_; member in class:mojo::common::__anon23723::WatcherThreadManager
212 // |lock_|). When the background thread wakes up it processes the requests.
247 base::AutoLock auto_lock(lock_);
265 base::AutoLock auto_lock(lock_);
284 base::AutoLock auto_lock(lock_);
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h 340 EXCLUSIVE_LOCKS_REQUIRED(lock_);
343 EXCLUSIVE_LOCKS_REQUIRED(lock_);
345 EXCLUSIVE_LOCKS_REQUIRED(lock_);
348 EXCLUSIVE_LOCKS_REQUIRED(lock_);
349 void RecreateWebRtcStream() EXCLUSIVE_LOCKS_REQUIRED(lock_);
352 const VideoCodec& codec) const EXCLUSIVE_LOCKS_REQUIRED(lock_);
354 EXCLUSIVE_LOCKS_REQUIRED(lock_);
360 GUARDED_BY(lock_);
362 rtc::CriticalSection lock_; member in class:cricket::WebRtcVideoChannel2::WebRtcVideoSendStream
363 webrtc::VideoSendStream* stream_ GUARDED_BY(lock_);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
plugin.h 137 this_blocker_(NULL), extra_search_path_(), lock_(NULL),
138 initialize_lock_(&lock_)
384 Lock* lock_; member in class:gold::Plugin_manager
  /art/runtime/gc/space/
large_object_space.cc 48 MutexLock mu(Thread::Current(), lock_); variable
125 lock_("large object map space lock", kAllocSpaceLock) {}
146 MutexLock mu(self, lock_);
170 MutexLock mu(self, lock_);
177 MutexLock mu(self, lock_);
184 MutexLock mu(self, lock_);
203 MutexLock mu(Thread::Current(), lock_); local
225 MutexLock mu(Thread::Current(), lock_); local
235 if (lock_.IsExclusiveHeld(self)) {
236 // We hold lock_ so do the check
377 MutexLock mu(Thread::Current(), lock_); local
530 MutexLock mu(Thread::Current(), lock_); local
616 MutexLock mu(Thread::Current(), lock_); local
621 MutexLock mu(Thread::Current(), lock_); local
    [all...]
  /art/runtime/jit/
jit.cc 155 MutexLock mu(Thread::Current(), lock_); local
171 lock_("JIT memory use lock"),
586 MutexLock mu(Thread::Current(), lock_); local
jit_code_cache.cc 143 : lock_("Jit code cache", kJitCodeCacheLock),
144 lock_cond_("Jit code cache condition variable", lock_),
164 inline_cache_cond_("Jit inline cache condition variable", lock_) {
190 MutexLock mu(Thread::Current(), lock_); local
373 MutexLock mu(Thread::Current(), lock_); local
433 MutexLock mu(Thread::Current(), lock_); local
448 MutexLock mu(self, lock_);
497 MutexLock mu(self, lock_);
505 MutexLock mu(self, lock_);
523 // Note that we don't need to lock `lock_` here, the compiler callin
689 MutexLock mu(Thread::Current(), lock_); local
694 MutexLock mu(Thread::Current(), lock_); local
748 MutexLock mu(Thread::Current(), lock_); local
785 MutexLock mu(Thread::Current(), lock_); local
816 MutexLock mu(Thread::Current(), lock_); local
1235 MutexLock mu(Thread::Current(), lock_); local
1265 MutexLock mu(Thread::Current(), lock_); local
1349 MutexLock mu(Thread::Current(), lock_); local
1431 MutexLock mu(Thread::Current(), lock_); local
1488 MutexLock mu(Thread::Current(), lock_); local
1508 MutexLock mu(Thread::Current(), lock_); local
1545 MutexLock mu(Thread::Current(), lock_); local
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 185 rtc::CritScope lock(&lock_); variable
201 rtc::CritScope lock(&lock_); variable
233 rtc::CriticalSection lock_;
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 636 if (lock_.TryLock()) {
676 lock_.Lock();
710 lock_.Unlock();
733 static StaticSpinMutex lock_; member in class:__asan::ScopedInErrorReport
738 StaticSpinMutex ScopedInErrorReport::lock_; member in class:__asan::ScopedInErrorReport
    [all...]
  /external/libchrome/base/threading/
sequenced_worker_pool.cc 429 mutable Lock lock_; member in class:base::SequencedWorkerPool::Inner
493 // State used to cleanup for testing, all guarded by lock_.
561 lock_(),
562 has_work_cv_(&lock_),
563 can_shutdown_cv_(&lock_),
576 cleanup_cv_(&lock_),
603 AutoLock lock(lock_);
626 AutoLock lock(lock_);
680 AutoLock lock(lock_);
686 AutoLock lock(lock_);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 188 rtc::CritScope lock(&lock_); variable
204 rtc::CritScope lock(&lock_); variable
239 rtc::CriticalSection lock_;
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.h 106 ChannelState() : lock_(CriticalSectionWrapper::CreateCriticalSection()) {
111 CriticalSectionScoped lock(lock_.get());
116 CriticalSectionScoped lock(lock_.get());
121 CriticalSectionScoped lock(lock_.get());
126 CriticalSectionScoped lock(lock_.get());
131 CriticalSectionScoped lock(lock_.get());
136 CriticalSectionScoped lock(lock_.get());
141 CriticalSectionScoped lock(lock_.get());
146 CriticalSectionScoped lock(lock_.get());
151 CriticalSectionScoped lock(lock_.get())
156 rtc::scoped_ptr<CriticalSectionWrapper> lock_; member in class:webrtc::voe::ChannelState
    [all...]

Completed in 411 milliseconds

1 2 3 45 6