Home
last modified time | relevance | path

Searched defs:timed_lock (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/boost/interprocess/sync/spin/
Dmutex.hpp63 bool timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function
95 inline bool spin_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::spin_mutex
Drecursive_mutex.hpp122 inline bool spin_recursive_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::spin_recursive_mutex
/third_party/boost/boost/thread/pthread/
Dmutex.hpp136 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::timed_mutex
162 bool timed_lock(boost::xtime const & absolute_time) in timed_lock() function in boost::timed_mutex
256 bool timed_lock(system_time const & abs_time) in timed_lock() function in boost::timed_mutex
Drecursive_mutex.hpp242 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::recursive_timed_mutex
371 bool timed_lock(system_time const & abs_time) in timed_lock() function in boost::recursive_timed_mutex
/third_party/boost/boost/thread/win32/
Dbasic_timed_mutex.hpp197 bool timed_lock(::boost::system_time const& wait_until) in timed_lock() function
204 bool timed_lock(Duration const& timeout) in timed_lock() function
211 bool timed_lock(boost::xtime const& timeout) in timed_lock() function
Dbasic_recursive_mutex.hpp62 bool timed_lock(::boost::system_time const& target) in timed_lock() function
68 bool timed_lock(Duration const& target) in timed_lock() function
/third_party/boost/boost/log/detail/
Dfake_mutex.hpp40 bool timed_lock(T const&) { return true; } in timed_lock() function in boost::aux::fake_mutex
/third_party/boost/libs/interprocess/test/
Dsemaphore_test.cpp36 bool timed_lock(const boost::posix_time::ptime &pt) in timed_lock() function in semaphore_test_wrapper
Dnamed_semaphore_test.cpp53 bool timed_lock(const boost::posix_time::ptime &pt) in timed_lock() function in lock_test_wrapper
/third_party/boost/boost/interprocess/sync/posix/
Dmutex.hpp108 inline bool posix_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::posix_mutex
Drecursive_mutex.hpp102 inline bool posix_recursive_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::posix_recursive_mutex
Dnamed_mutex.hpp100 inline bool posix_named_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::posix_named_mutex
/third_party/boost/boost/interprocess/sync/
Dinterprocess_recursive_mutex.hpp160 inline bool interprocess_recursive_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::interprocess_recursive_mutex
Dinterprocess_mutex.hpp165 inline bool interprocess_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::interprocess_mutex
Dnamed_recursive_mutex.hpp149 inline bool named_recursive_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::named_recursive_mutex
Dnamed_mutex.hpp162 inline bool named_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::named_mutex
Dnull_mutex.hpp68 bool timed_lock(const boost::posix_time::ptime &) in timed_lock() function in boost::interprocess::null_mutex
Dnamed_sharable_mutex.hpp207 inline bool named_sharable_mutex::timed_lock in timed_lock() function in boost::interprocess::named_sharable_mutex
/third_party/boost/boost/interprocess/sync/windows/
Dwinapi_mutex_wrapper.hpp60 bool timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::winapi_mutex_functions
Dmutex.hpp94 inline bool windows_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::windows_mutex
/third_party/boost/boost/interprocess/sync/shm/
Dnamed_recursive_mutex.hpp159 inline bool shm_named_recursive_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::shm_named_recursive_mutex
Dnamed_mutex.hpp167 inline bool shm_named_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::shm_named_mutex
/third_party/boost/boost/log/sources/
Dthreading_models.hpp50 bool timed_lock(TimeT const&) const BOOST_NOEXCEPT { return true; } in timed_lock() function
91 bool timed_lock(TimeT const& t) const { return m_Mutex.timed_lock(t); } in timed_lock() function
/third_party/boost/boost/interprocess/sync/detail/
Dlocks.hpp101 BOOST_INTERPROCESS_FORCEINLINE bool timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::lock_to_wait
/third_party/boost/boost/thread/
Dlock_types.hpp366 bool timed_lock(TimeDuration const& relative_time) in timed_lock() function in boost::unique_lock
380 bool timed_lock(::boost::system_time const& absolute_time) in timed_lock() function in boost::unique_lock
393 bool timed_lock(::boost::xtime const& absolute_time) in timed_lock() function in boost::unique_lock
662 bool timed_lock(boost::system_time const& target_time) in timed_lock() function in boost::shared_lock
676 bool timed_lock(Duration const& target_time) in timed_lock() function in boost::shared_lock

12