Home
last modified time | relevance | path

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

1234

/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/libchrome/base/synchronization/
Dlock_unittest.cc46 Lock* lock_; member in base::BasicLockTestThread
106 Lock* lock_; member in base::TryLockTestThread
169 Lock* lock_; member in base::MutexLockTestThread
/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/webrtc/webrtc/system_wrappers/source/
Drw_lock_posix.h36 pthread_rwlock_t lock_; variable
Drw_lock_win.h35 SRWLOCK lock_; variable
/external/libchrome/base/
Dsequence_checker_impl.h40 mutable Lock lock_; variable
/external/libchrome/base/test/
Dtest_simple_task_runner.h81 mutable Lock lock_; variable
/external/pdfium/third_party/base/allocator/partition_allocator/
Dspin_lock.h47 std::atomic_int lock_; variable
/external/libmojo/mojo/edk/system/
Dbroker.h44 base::Lock lock_; variable
Dplatform_handle_dispatcher.h50 base::Lock lock_; variable
Dwatcher.h74 base::Lock lock_; variable
Dshared_buffer_dispatcher.h111 base::Lock lock_; variable
/external/libchrome/base/task_scheduler/
Dsequence.h80 mutable SchedulerLock lock_; variable
/external/libchrome/base/threading/
Dthread_checker_impl.h40 mutable base::Lock lock_; variable
Dworker_pool_posix.h73 Lock lock_; // Protects all the variables below. variable
/external/webrtc/webrtc/system_wrappers/include/
Dclock.h79 rtc::scoped_ptr<RWLockWrapper> lock_; variable
/external/v8/tools/clang/plugins/tests/
Dtrivial_ctor.cpp14 MySpinLock lock_; member in TrivialTemplateOK
Dtrivial_ctor.h25 std::atomic_int lock_; member
/external/v8/src/libplatform/
Dtask-queue.h43 base::Mutex lock_; variable
/external/libchrome/base/metrics/
Dsparse_histogram.h95 mutable base::Lock lock_; variable
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter.h55 rtc::CriticalSection lock_; variable
/external/perfetto/include/perfetto/base/
Dandroid_task_runner.h78 std::mutex lock_; variable
/external/webrtc/webrtc/test/
Ddirect_transport.h55 rtc::CriticalSection lock_; variable

1234