Home
last modified time | relevance | path

Searched refs:thread_resource_error (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/thread/pthread/
Drecursive_mutex.hpp65 …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()
Dmutex.hpp51 …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()
Dcondition_variable_fwd.hpp64 …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()
Dcondition_variable.hpp172 …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/
Dexceptions.hpp121 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/
Dthread_group.hpp89thread_resource_error(static_cast<int>(system::errc::resource_deadlock_would_occur), "boost::threa… in add_thread()
110thread_resource_error(static_cast<int>(system::errc::resource_deadlock_would_occur), "boost::threa… in join_all()
Dthread.hpp184 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()
737thread_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/
Dthread_primitives.hpp116 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()
Dshared_mutex.hpp100 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/
Dtss.qbk87 [[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.]]
Donce.qbk68 [[Throws:] [`thread_resource_error` when the effects cannot be achieved or any exception propagated…
Dthread.qbk203 [def __thread_resource_error__ `boost::thread_resource_error`]
/third_party/boost/boost/log/detail/
Dadaptive_mutex.hpp180 …throw_exception< thread_resource_error >(err, "Failed to initialize an adaptive mutex", "adaptive_… in adaptive_mutex()