Searched defs:timeout_duration (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/fiber/ |
D | condition_variable.hpp | 150 … cv_status wait_for( LockType & lt, std::chrono::duration< Rep, Period > const& timeout_duration) { in wait_for() 156 …wait_for( LockType & lt, std::chrono::duration< Rep, Period > const& timeout_duration, Pred pred) { in wait_for() 229 cv_status wait_for( std::unique_lock< mutex > & lt, in wait_for() 242 bool wait_for( std::unique_lock< mutex > & lt, in wait_for()
|
D | timed_mutex.hpp | 68 bool try_lock_for( std::chrono::duration< Rep, Period > const& timeout_duration) { in try_lock_for()
|
D | recursive_timed_mutex.hpp | 74 bool try_lock_for( std::chrono::duration< Rep, Period > const& timeout_duration) { in try_lock_for()
|
D | operations.hpp | 46 void sleep_for( std::chrono::duration< Rep, Period > const& timeout_duration) { in sleep_for()
|
D | buffered_channel.hpp | 268 channel_op_status push_wait_for( value_type const& value, in push_wait_for() 275 channel_op_status push_wait_for( value_type && value, in push_wait_for() 490 channel_op_status pop_wait_for( value_type & value, in pop_wait_for()
|
D | unbuffered_channel.hpp | 257 channel_op_status push_wait_for( value_type const& value, in push_wait_for() 264 channel_op_status push_wait_for( value_type && value, in push_wait_for() 507 channel_op_status pop_wait_for( value_type & value, in pop_wait_for()
|