/third_party/boost/boost/interprocess/sync/spin/ |
D | mutex.hpp | 63 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
|
D | recursive_mutex.hpp | 122 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/ |
D | mutex.hpp | 136 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
|
D | recursive_mutex.hpp | 242 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/ |
D | basic_timed_mutex.hpp | 197 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
|
D | basic_recursive_mutex.hpp | 62 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/ |
D | fake_mutex.hpp | 40 bool timed_lock(T const&) { return true; } in timed_lock() function in boost::aux::fake_mutex
|
/third_party/boost/libs/interprocess/test/ |
D | semaphore_test.cpp | 36 bool timed_lock(const boost::posix_time::ptime &pt) in timed_lock() function in semaphore_test_wrapper
|
D | named_semaphore_test.cpp | 53 bool timed_lock(const boost::posix_time::ptime &pt) in timed_lock() function in lock_test_wrapper
|
/third_party/boost/boost/interprocess/sync/posix/ |
D | mutex.hpp | 108 inline bool posix_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::posix_mutex
|
D | recursive_mutex.hpp | 102 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
|
D | named_mutex.hpp | 100 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/ |
D | interprocess_recursive_mutex.hpp | 160 inline bool interprocess_recursive_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::interprocess_recursive_mutex
|
D | interprocess_mutex.hpp | 165 inline bool interprocess_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::interprocess_mutex
|
D | named_recursive_mutex.hpp | 149 inline bool named_recursive_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::named_recursive_mutex
|
D | named_mutex.hpp | 162 inline bool named_mutex::timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::named_mutex
|
D | null_mutex.hpp | 68 bool timed_lock(const boost::posix_time::ptime &) in timed_lock() function in boost::interprocess::null_mutex
|
D | named_sharable_mutex.hpp | 207 inline bool named_sharable_mutex::timed_lock in timed_lock() function in boost::interprocess::named_sharable_mutex
|
/third_party/boost/boost/interprocess/sync/windows/ |
D | winapi_mutex_wrapper.hpp | 60 bool timed_lock(const boost::posix_time::ptime &abs_time) in timed_lock() function in boost::interprocess::ipcdetail::winapi_mutex_functions
|
D | mutex.hpp | 94 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/ |
D | named_recursive_mutex.hpp | 159 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
|
D | named_mutex.hpp | 167 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/ |
D | threading_models.hpp | 50 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/ |
D | locks.hpp | 101 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/ |
D | lock_types.hpp | 366 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
|