/third_party/boost/boost/thread/pthread/ |
D | recursive_mutex.hpp | 65 …boost::throw_exception(thread_resource_error(init_attr_res, "boost:: recursive_mutex constructor f… in recursive_mutex() 71 …boost::throw_exception(thread_resource_error(set_attr_res, "boost:: recursive_mutex constructor fa… in recursive_mutex() 78 …boost::throw_exception(thread_resource_error(res, "boost:: recursive_mutex constructor failed in p… in recursive_mutex() 85 …boost::throw_exception(thread_resource_error(res, "boost:: recursive_mutex constructor failed in p… in recursive_mutex() 91 …boost::throw_exception(thread_resource_error(res2, "boost:: recursive_mutex constructor failed in … in recursive_mutex() 201 …boost::throw_exception(thread_resource_error(init_attr_res, "boost:: recursive_timed_mutex constru… in recursive_timed_mutex() 206 …boost::throw_exception(thread_resource_error(set_attr_res, "boost:: recursive_timed_mutex construc… in recursive_timed_mutex() 213 …boost::throw_exception(thread_resource_error(res, "boost:: recursive_timed_mutex constructor faile… in recursive_timed_mutex() 220 …boost::throw_exception(thread_resource_error(res, "boost:: recursive_timed_mutex constructor faile… in recursive_timed_mutex() 226 …boost::throw_exception(thread_resource_error(res2, "boost:: recursive_timed_mutex constructor fail… in recursive_timed_mutex()
|
D | mutex.hpp | 51 …boost::throw_exception(thread_resource_error(res, "boost:: mutex constructor failed in pthread_mut… in mutex() 114 …boost::throw_exception(thread_resource_error(res, "boost:: timed_mutex constructor failed in pthre… in timed_mutex() 121 …boost::throw_exception(thread_resource_error(res2, "boost:: timed_mutex constructor failed in pthr… in timed_mutex()
|
D | condition_variable_fwd.hpp | 64 …boost::throw_exception(thread_resource_error(res, "boost::condition_variable::condition_variable()… in condition_variable() 74 …boost::throw_exception(thread_resource_error(res, "boost::condition_variable::condition_variable()… in condition_variable()
|
D | condition_variable.hpp | 172 …boost::throw_exception(thread_resource_error(res, "boost::condition_variable_any::condition_variab… in condition_variable_any() 178 …boost::throw_exception(thread_resource_error(res2, "boost::condition_variable_any::condition_varia… in condition_variable_any()
|
/third_party/boost/boost/thread/ |
D | exceptions.hpp | 121 class BOOST_SYMBOL_VISIBLE thread_resource_error: class 126 thread_resource_error() in thread_resource_error() function in boost::thread_resource_error 130 thread_resource_error( int ev ) in thread_resource_error() function in boost::thread_resource_error 134 thread_resource_error( int ev, const char * what_arg ) in thread_resource_error() function in boost::thread_resource_error 138 thread_resource_error( int ev, const std::string & what_arg ) in thread_resource_error() function in boost::thread_resource_error 144 ~thread_resource_error() BOOST_NOEXCEPT_OR_NOTHROW in ~thread_resource_error()
|
/third_party/boost/boost/thread/detail/ |
D | thread_group.hpp | 89 …thread_resource_error(static_cast<int>(system::errc::resource_deadlock_would_occur), "boost::threa… in add_thread() 110 …thread_resource_error(static_cast<int>(system::errc::resource_deadlock_would_occur), "boost::threa… in join_all()
|
D | thread.hpp | 184 boost::throw_exception(thread_resource_error()); in start_thread() 191 boost::throw_exception(thread_resource_error()); in start_thread() 734 …boost::throw_exception(thread_resource_error(static_cast<int>(system::errc::resource_deadlock_woul… in join() 737 …thread_resource_error(static_cast<int>(system::errc::invalid_argument), "boost thread: thread not … in join() 744 …boost::throw_exception(thread_resource_error(static_cast<int>(system::errc::resource_deadlock_woul… in do_try_join_until() 753 …(thread_resource_error(static_cast<int>(system::errc::invalid_argument), "boost thread: thread not… in do_try_join_until()
|
/third_party/boost/boost/thread/win32/ |
D | thread_primitives.hpp | 116 boost::throw_exception(thread_resource_error()); in create_anonymous_event() 140 boost::throw_exception(thread_resource_error()); in create_anonymous_semaphore() 153 boost::throw_exception(thread_resource_error()); in duplicate_handle()
|
D | shared_mutex.hpp | 100 boost::throw_exception(thread_resource_error()); in shared_mutex() 107 boost::throw_exception(thread_resource_error()); in shared_mutex()
|
/third_party/boost/libs/thread/doc/ |
D | tss.qbk | 87 [[Throws:] [`boost::thread_resource_error` if an error occurs.]] 102 [[Throws:] [`boost::thread_resource_error` if an error occurs.]] 176 [[Throws:] [`boost::thread_resource_error` if an error occurs.]]
|
D | once.qbk | 68 [[Throws:] [`thread_resource_error` when the effects cannot be achieved or any exception propagated…
|
D | thread.qbk | 203 [def __thread_resource_error__ `boost::thread_resource_error`]
|
/third_party/boost/boost/log/detail/ |
D | adaptive_mutex.hpp | 180 …throw_exception< thread_resource_error >(err, "Failed to initialize an adaptive mutex", "adaptive_… in adaptive_mutex()
|