Searched refs:thread_exception (Results 1 – 2 of 2) sorted by relevance
36 class BOOST_SYMBOL_VISIBLE thread_exception: class42 thread_exception() in thread_exception() function in boost::thread_exception46 thread_exception(int sys_error_code) in thread_exception() function in boost::thread_exception50 thread_exception( int ev, const char * what_arg ) in thread_exception() function in boost::thread_exception54 thread_exception( int ev, const std::string & what_arg ) in thread_exception() function in boost::thread_exception59 ~thread_exception() BOOST_NOEXCEPT_OR_NOTHROW in ~thread_exception()95 public thread_exception97 typedef thread_exception base_type;122 public thread_exception124 typedef thread_exception base_type;[all …]
128 … thread_exception(system::errc::invalid_argument, "barrier constructor: count cannot be zero.")); in check_counter()