Home
last modified time | relevance | path

Searched defs:lock_ (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/libevent/
H A Devthread.c217 debug_lock_free(void *lock_, unsigned locktype) in debug_lock_free()
250 debug_lock_lock(unsigned mode, void *lock_) in debug_lock_lock()
286 debug_lock_unlock(unsigned mode, void *lock_) in debug_lock_unlock()
297 debug_cond_wait(void *cond_, void *lock_, const struct timeval *tv) in debug_cond_wait()
345 evthread_is_debug_lock_held_(void *lock_) in evthread_is_debug_lock_held_()
359 evthread_debug_get_real_lock_(void *lock_) in evthread_debug_get_real_lock_()
366 evthread_setup_global_lock_(void *lock_, unsigned locktype, int enable_locks) in evthread_setup_global_lock_()
H A Devthread_win32.c64 evthread_win32_lock_free(void *lock_, unsigned locktype) in evthread_win32_lock_free()
72 evthread_win32_lock(unsigned mode, void *lock_) in evthread_win32_lock()
84 evthread_win32_unlock(unsigned mode, void *lock_) in evthread_win32_unlock()
157 evthread_win32_condvar_wait(void *cond_, void *lock_, const struct timeval *tv) in evthread_win32_condvar_wait()
233 evthread_win32_cond_wait(void *cond_, void *lock_, const struct timeval *tv) in evthread_win32_cond_wait()
H A Devthread_pthread.c61 evthread_posix_lock_free(void *lock_, unsigned locktype) in evthread_posix_lock_free()
69 evthread_posix_lock(unsigned mode, void *lock_) in evthread_posix_lock()
79 evthread_posix_unlock(unsigned mode, void *lock_) in evthread_posix_unlock()
137 evthread_posix_cond_wait(void *cond_, void *lock_, const struct timeval *tv) in evthread_posix_cond_wait()
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp70 Mutex::Autolock lock_(&sLock); in registerFactory() local
75 Mutex::Autolock lock_(&sLock); in unregisterFactory() local
134 Mutex::Autolock lock_(&sLock); in createPlayer() local
242 Mutex::Autolock lock_(&sLock); in registerBuiltinFactories() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_lock_unittest.cc60 Lock& lock_; member in partition_alloc::internal::__anon8c85be030211::ThreadDelegateForContended
124 Lock& lock_; member in partition_alloc::internal::__anon8c85be030311::ThreadDelegateForSlowThreads
187 Lock& lock_; member in partition_alloc::internal::__anon8c85be030411::ThreadDelegateForAssertAcquiredAnotherThreadHoldsTheLock
225 Lock& lock_; member in partition_alloc::internal::__anon8c85be030511::ThreadDelegateForReinitInOtherThread
H A Dspinning_mutex.h103 PA_CHROME_SRWLOCK lock_ = SRWLOCK_INIT; in PA_COMPONENT_EXPORT() local
107 pthread_mutex_t lock_ = PTHREAD_MUTEX_INITIALIZER; in PA_COMPONENT_EXPORT() local
109 sync_mutex lock_; in PA_COMPONENT_EXPORT() local
H A Dlightweight_quarantine.h146 Lock lock_; in PA_COMPONENT_EXPORT() local
166 Lock& lock_; in PA_COMPONENT_EXPORT() local
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dlock_unittest.cc47 Lock* lock_; member in base::BasicLockTestThread
107 Lock* lock_; member in base::TryLockTestThread
211 Lock* lock_; member in base::MutexLockTestThread
/aosp_15_r20/external/cronet/base/synchronization/
H A Dlock_unittest.cc50 raw_ptr<Lock> lock_; member in base::BasicLockTestThread
114 raw_ptr<Lock> lock_; member in base::TryLockTestThread
179 raw_ptr<Lock> lock_; member in base::MutexLockTestThread
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DMutexGuard.h74 std::mutex lock_; variable
99 std::lock_guard<std::mutex> lock_; variable
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DRankLocal.hpp61 static std::shared_mutex lock_; member in c10d::RankLocal
71 std::shared_mutex RankLocal<T>::lock_; member in c10d::RankLocal<T>
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dsequence.h189 std::atomic<TimeTicks> latest_ready_time_ GUARDED_BY(lock_){TimeTicks()}; in GUARDED_BY() argument
192 std::atomic<TimeTicks> earliest_ready_time_ GUARDED_BY(lock_){TimeTicks()}; in GUARDED_BY() argument
H A Dthread_group.h449 bool disable_fair_scheduling_ GUARDED_BY(lock_){false}; in GUARDED_BY() argument
471 std::atomic<YieldSortKey> max_allowed_sort_key_ GUARDED_BY(lock_){ in GUARDED_BY() argument
/aosp_15_r20/external/cronet/base/mac/
H A Dmach_port_rendezvous.h201 Lock lock_; variable
269 Lock lock_; variable
/aosp_15_r20/external/libchrome/base/
H A Dthread_annotations_unittest.cc25 Lock& lock_; member in __anondb0eed6d0111::AutoLock
34 Lock lock_; member in __anondb0eed6d0111::ThreadSafe
/aosp_15_r20/external/cronet/base/
H A Dthread_annotations_unittest.cc26 const raw_ref<Lock> lock_; member in __anon3b6785e30111::AutoLock
35 Lock lock_; member in __anon3b6785e30111::ThreadSafe
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dthread_annotations_pa_unittest.cc25 Lock& lock_; member in __anona816ff630111::AutoLock
34 Lock lock_; member in __anona816ff630111::ThreadSafe
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/
H A Dframe_buffer.h98 base::Lock lock_; variable
123 base::Lock lock_; variable
/aosp_15_r20/external/cronet/base/task/common/
H A Dchecked_lock_unittest.cc49 const raw_ptr<CheckedLock> lock_; member in base::internal::__anon2838c4a70111::BasicLockTestThread
80 const raw_ptr<CheckedLock> lock_; member in base::internal::__anon2838c4a70111::BasicLockAcquireAndWaitThread
437 CheckedLock lock_; member in base::internal::__anon2838c4a70211::MemberGuardedByLock
/aosp_15_r20/external/cronet/components/metrics/call_stacks/
H A Dcall_stack_profile_metrics_provider.cc124 mutable base::Lock lock_; member in metrics::__anoncd6cb5840111::PendingProfiles
292 mutable base::Lock lock_; member in metrics::__anoncd6cb5840111::ReceivedProfileCounter
/aosp_15_r20/external/libevent/test/
H A Dregress_bufferevent.c243 static lock_wrapper *lu_find(void *lock_) in lu_find()
264 static void trace_lock_free(void *lock_, unsigned locktype) in trace_lock_free()
274 static int trace_lock_lock(unsigned mode, void *lock_) in trace_lock_lock()
285 static int trace_lock_unlock(unsigned mode, void *lock_) in trace_lock_unlock()
/aosp_15_r20/external/webrtc/rtc_base/deprecated/
H A Drecursive_critical_section_unittest.cc151 Lock lock_; member in rtc::__anone2b848380111::LockRunner
205 RecursiveCriticalSection lock_; member in rtc::PerfTestData
/aosp_15_r20/external/libchrome/base/threading/
H A Dthread_collision_warner_unittest.cc283 base::Lock* lock_; in TEST() member in TEST::QueueUser
360 base::Lock* lock_; in TEST() member in TEST::QueueUser
/aosp_15_r20/external/cronet/base/threading/
H A Dthread_collision_warner_unittest.cc282 raw_ptr<base::Lock> lock_; in TEST() member in TEST::QueueUser
360 raw_ptr<base::Lock> lock_; in TEST() member in TEST::QueueUser
/aosp_15_r20/external/webrtc/modules/audio_device/
H A Daudio_device_unittest.cc202 mutable Mutex lock_; member in webrtc::FifoAudioStream
318 Mutex lock_; member in webrtc::LatencyAudioStream
492 Mutex lock_; member in webrtc::MockAudioTransport

12345678910>>...19