Home
last modified time | relevance | path

Searched defs:timeout_duration (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/fiber/
Dcondition_variable.hpp150 … 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()
Dtimed_mutex.hpp68 bool try_lock_for( std::chrono::duration< Rep, Period > const& timeout_duration) { in try_lock_for()
Drecursive_timed_mutex.hpp74 bool try_lock_for( std::chrono::duration< Rep, Period > const& timeout_duration) { in try_lock_for()
Doperations.hpp46 void sleep_for( std::chrono::duration< Rep, Period > const& timeout_duration) { in sleep_for()
Dbuffered_channel.hpp268 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()
Dunbuffered_channel.hpp257 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()