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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
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()
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()
sp_counted_base_spin.hpp 32 spinlock_pool<1>::scoped_lock lock( pw );
41 spinlock_pool<1>::scoped_lock lock( pw );
47 spinlock_pool<1>::scoped_lock lock( pw );
122 spinlock_pool<1>::scoped_lock lock( &use_count_ );
  /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
task_io_service.hpp 126 ASIO_DECL std::size_t do_run_one(mutex::scoped_lock& lock,
130 ASIO_DECL std::size_t do_poll_one(mutex::scoped_lock& lock,
134 ASIO_DECL void stop_all_threads(mutex::scoped_lock& lock);
138 mutex::scoped_lock& lock);
  /external/webrtc/webrtc/base/
thread_checker_impl.cc 27 CritScope scoped_lock(&lock_);
34 CritScope scoped_lock(&lock_);
thread_unittest.cc 157 CritScope scoped_lock(&cs_);
162 CritScope scoped_lock(&cs_);
  /external/valgrind/drd/tests/
boost_thread.cpp 18 boost::mutex::scoped_lock sl(s_m);
26 boost::mutex::scoped_lock sl(s_m);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
select_reactor.hpp 42 asio::detail::mutex::scoped_lock lock(mutex_);
61 asio::detail::mutex::scoped_lock lock(mutex_);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
OISWiiMoteFactoryCreator.cpp 125 boost::mutex::scoped_lock arrayLock(*mtWiiMoteListMutex);
144 boost::mutex::scoped_lock arrayLock(*mtWiiMoteListMutex);
186 boost::mutex::scoped_lock arrayLock(*mtWiiMoteListMutex);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
OISLIRCFactoryCreator.cpp 273 boost::mutex::scoped_lock arrayLock(mWrapped->mLircListMutex);
354 boost::mutex::scoped_lock arrayLock(mWrapped->mLircListMutex);
375 boost::mutex::scoped_lock arrayLock(mWrapped->mLircListMutex);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 636 boost::detail::spinlock_pool<2>::scoped_lock lock( p );
647 boost::detail::spinlock_pool<2>::scoped_lock lock( p );
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp     [all...]
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...]
  /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/imgproc/src/
histogram.cpp 478 tbb::mutex::scoped_lock lock;
600 tbb::mutex::scoped_lock lock;
    [all...]

Completed in 862 milliseconds