Home
last modified time | relevance | path

Searched defs:scoped_lock (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dscoped_lock.hpp24 class scoped_lock class
32 scoped_lock(Mutex& m, adopt_lock_t) in scoped_lock() function in asio::detail::scoped_lock
39 explicit scoped_lock(Mutex& m) in scoped_lock() function in asio::detail::scoped_lock
Dposix_mutex.hpp34 typedef asio::detail::scoped_lock<posix_mutex> scoped_lock; typedef in asio::detail::posix_mutex
/external/webrtc/webrtc/base/
Dthread_checker_impl.cc27 CritScope scoped_lock(&lock_); in CalledOnValidThread() local
34 CritScope scoped_lock(&lock_); in DetachFromThread() local
Dthread_unittest.cc157 CritScope scoped_lock(&cs_); in operator =() local
162 CritScope scoped_lock(&cs_); in get() local
/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2238 typedef Concurrency::extensibility::scoped_critical_section_t scoped_lock; typedef
2243 typedef Concurrency::critical_section::scoped_lock scoped_lock; typedef