HomeSort by relevance Sort by last modified time
    Searched defs:scoped_lock (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
scoped_lock.hpp 2 // detail/scoped_lock.hpp
24 class scoped_lock class in namespace:asio::detail
32 scoped_lock(Mutex& m, adopt_lock_t) function in class:asio::detail::scoped_lock
39 explicit scoped_lock(Mutex& m) function in class:asio::detail::scoped_lock
47 ~scoped_lock()
posix_mutex.hpp 21 #include "asio/detail/scoped_lock.hpp"
34 typedef asio::detail::scoped_lock<posix_mutex> scoped_lock; typedef in class:asio::detail::posix_mutex
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
spinlock_pool.hpp 52 class scoped_lock class in class:boost::detail::spinlock_pool
58 scoped_lock( scoped_lock const & );
59 scoped_lock & operator=( scoped_lock const & );
63 explicit scoped_lock( void const * pv ): sp_( spinlock_for( pv ) ) function in class:boost::detail::spinlock_pool::scoped_lock
68 ~scoped_lock()
spinlock_pt.hpp 51 class scoped_lock class in class:boost::detail::spinlock
57 scoped_lock( scoped_lock const & );
58 scoped_lock & operator=( scoped_lock const & );
62 explicit scoped_lock( spinlock & sp ): sp_( sp ) function in class:boost::detail::spinlock::scoped_lock
67 ~scoped_lock()
spinlock_sync.hpp 59 class scoped_lock class in class:boost::detail::spinlock
65 scoped_lock( scoped_lock const & );
66 scoped_lock & operator=( scoped_lock const & );
70 explicit scoped_lock( spinlock & sp ): sp_( sp ) function in class:boost::detail::spinlock::scoped_lock
75 ~scoped_lock()
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 2238 typedef Concurrency::extensibility::scoped_critical_section_t scoped_lock; typedef in namespace:Concurrency_winrt::details
2243 typedef Concurrency::critical_section::scoped_lock scoped_lock; typedef in namespace:Concurrency_winrt::details
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 2238 typedef Concurrency::extensibility::scoped_critical_section_t scoped_lock; typedef in namespace:Concurrency_winrt::details
2243 typedef Concurrency::critical_section::scoped_lock scoped_lock; typedef in namespace:Concurrency_winrt::details
    [all...]

Completed in 451 milliseconds