Home
last modified time | relevance | path

Searched refs:thread_exception (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/thread/
Dexceptions.hpp36 class BOOST_SYMBOL_VISIBLE thread_exception: class
42 thread_exception() in thread_exception() function in boost::thread_exception
46 thread_exception(int sys_error_code) in thread_exception() function in boost::thread_exception
50 thread_exception( int ev, const char * what_arg ) in thread_exception() function in boost::thread_exception
54 thread_exception( int ev, const std::string & what_arg ) in thread_exception() function in boost::thread_exception
59 ~thread_exception() BOOST_NOEXCEPT_OR_NOTHROW in ~thread_exception()
95 public thread_exception
97 typedef thread_exception base_type;
122 public thread_exception
124 typedef thread_exception base_type;
[all …]
Dbarrier.hpp128thread_exception(system::errc::invalid_argument, "barrier constructor: count cannot be zero.")); in check_counter()