Home
last modified time | relevance | path

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

1234567891011

/external/cronet/base/task/thread_pool/
Dthread_group.h242 mutable CheckedLock lock_; variable
244 bool disable_fair_scheduling_ GUARDED_BY(lock_){false}; in GUARDED_BY() argument
266 std::atomic<YieldSortKey> max_allowed_sort_key_ GUARDED_BY(lock_){ in GUARDED_BY() argument
Dsequence.h174 std::atomic<TimeTicks> latest_ready_time_ GUARDED_BY(lock_){TimeTicks()}; in GUARDED_BY() argument
177 std::atomic<TimeTicks> earliest_ready_time_ GUARDED_BY(lock_){TimeTicks()}; in GUARDED_BY() argument
/external/libevent/
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_()
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()
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()
/external/cronet/base/allocator/partition_allocator/
Dspinning_mutex.h102 PA_CHROME_SRWLOCK lock_ = SRWLOCK_INIT; in PA_COMPONENT_EXPORT() local
106 pthread_mutex_t lock_ = PTHREAD_MUTEX_INITIALIZER; in PA_COMPONENT_EXPORT() local
108 sync_mutex lock_; in PA_COMPONENT_EXPORT() local
Dpartition_lock_unittest.cc60 Lock& lock_; member in partition_alloc::internal::__anonb368c9080211::ThreadDelegateForContended
124 Lock& lock_; member in partition_alloc::internal::__anonb368c9080311::ThreadDelegateForSlowThreads
185 Lock& lock_; member in partition_alloc::internal::__anonb368c9080411::ThreadDelegateForAssertAcquiredAnotherThreadHoldsTheLock
220 Lock& lock_; member in partition_alloc::internal::__anonb368c9080511::ThreadDelegateForReinitInOtherThread
/external/cronet/base/mac/
Dmach_port_rendezvous.h155 Lock lock_; variable
212 Lock lock_; variable
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/
Dthread_annotations_pa_unittest.cc25 Lock& lock_; member in __anon032423e80111::AutoLock
34 Lock lock_; member in __anon032423e80111::ThreadSafe
/external/libchrome/base/
Dthread_annotations_unittest.cc25 Lock& lock_; member in __anon3e211dfc0111::AutoLock
34 Lock lock_; member in __anon3e211dfc0111::ThreadSafe
Dsequence_checker_impl.h40 mutable Lock lock_; variable
/external/cronet/base/
Dthread_annotations_unittest.cc26 const raw_ref<Lock> lock_; member in __anon4979e8d20111::AutoLock
35 Lock lock_; member in __anon4979e8d20111::ThreadSafe
/external/sfntly/cpp/src/test/
Dlock_test.cc55 Lock* lock_; member in sfntly::BasicLockTestThread
117 Lock* lock_; member in sfntly::TryLockTestThread
183 Lock* lock_; member in sfntly::MutexLockTestThread
/external/libchrome/base/synchronization/
Dlock_unittest.cc47 Lock* lock_; member in base::BasicLockTestThread
107 Lock* lock_; member in base::TryLockTestThread
211 Lock* lock_; member in base::MutexLockTestThread
/external/cronet/base/debug/
Dasan_service.h71 Lock lock_; variable
/external/pigweed/pw_async_basic/public/pw_async_basic/
Ddispatcher.h89 sync::InterruptSpinLock lock_; variable
/external/libchrome/mojo/core/
Dbroker.h47 base::Lock lock_; variable
Dplatform_handle_dispatcher.h50 base::Lock lock_; variable
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_secret_boxer.h58 mutable QuicMutex lock_; variable
/external/cronet/net/test/
Dtest_doh_server.h89 base::Lock lock_; variable
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/calibrator/
Dcalibrator_singleton.h46 static absl::Mutex lock_; variable
/external/webrtc/rtc_base/
Drate_limiter.h52 Mutex lock_; variable
/external/webrtc/call/adaptation/
Dbroadcast_resource_listener.h65 Mutex lock_; variable
/external/libchrome/base/test/
Dtest_simple_task_runner.h80 mutable Lock lock_; variable
/external/cronet/base/synchronization/
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

1234567891011