Home
last modified time | relevance | path

Searched refs:BOOST_LOG_THROW_DESCR_PARAMS (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/log/src/posix/
Dipc_sync_wrappers.hpp59BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to initialize pthread mutex attribu… in pthread_mutex_attributes()
80BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to initialize pthread condition var… in pthread_condition_variable_attributes()
114BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to set pthread mutex type", (err)); in interprocess_mutex()
117BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to make pthread mutex process-share… in interprocess_mutex()
121BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to make pthread mutex robust", (err… in interprocess_mutex()
126BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to initialize pthread mutex", (err)… in interprocess_mutex()
142BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to lock pthread mutex", (err)); in lock()
155BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to recover pthread mutex from a cra… in recover()
173BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to make pthread condition variable … in interprocess_condition_variable()
177BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to initialize pthread condition var… in interprocess_condition_variable()
[all …]
/third_party/boost/libs/log/src/
Devent.cpp112 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to block on the futex", (err)); in wait()
128BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to wake threads blocked on the futex", (err)); in set_signalled()
141 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to initialize semaphore", (err));
162BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to block on the semaphore", (err));
179 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to wake the blocked thread", (err));
194 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to create Windows event", (err));
213 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to block on Windows event", (err));
228 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to wake the blocked thread", (err));
Dthread_specific.cpp41BOOST_LOG_THROW_DESCR_PARAMS(system_error, "TLS capacity depleted", (boost::system::errc::not_enou… in thread_specific_base()
98 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "TLS capacity depleted", (res));
115 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to set TLS value", (res));
150 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "TLS capacity depleted", (res));
165 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to set TLS value", (res));
186 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "TLS capacity depleted", (res));
206 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to set TLS value", (res));
229 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "TLS capacity depleted", (res));
244 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to set TLS value", (res));
Dpermissions.cpp46BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to initialize security descriptor", (err)); in BOOST_LOG_ONCE_BLOCK()
52BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to set null DACL to a security descriptor", (er… in BOOST_LOG_ONCE_BLOCK()
Dtimestamp.cpp186 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to acquire current time", (err));
209 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to acquire current time", (err));
238BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to initialize timebase info", (boost::system::e…
Dcode_conversion.cpp254 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to convert UTF-8 to UTF-16", (err)); in utf8_to_utf16()
287 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to convert UTF-16 to UTF-8", (err)); in utf16_to_utf8()
Dthread_id.cpp214BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to create a thread-specific storage for thread …
/third_party/boost/libs/log/src/setup/
Dsettings_parser.cpp94BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Section header is invalid", (m_LineCounter));
106BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Parameter description is invalid", (m_LineCounter));
114BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Parameter value is not specified", (m_LineCounter));
140BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Unexpected characters in the end of the line", (m_LineC…
154 BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Section name is empty", (m_LineCounter));
160BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Section name is invalid", (m_LineCounter));
177BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Parameters are only allowed within sections", (m_LineCo…
182 BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Parameter name is empty", (m_LineCounter));
186 BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Parameter name is invalid", (m_LineCounter));
191BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Parameter name is invalid", (m_LineCounter));
/third_party/boost/boost/log/utility/setup/
Dfilter_parser.hpp79BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The equality attribute value relation is not supported"… in on_equality_relation()
87BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The inequality attribute value relation is not supporte… in on_inequality_relation()
95BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The less attribute value relation is not supported", (n… in on_less_relation()
103BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The greater attribute value relation is not supported",… in on_greater_relation()
111BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The less-or-equal attribute value relation is not suppo… in on_less_or_equal_relation()
119BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The greater-or-equal attribute value relation is not su… in on_greater_or_equal_relation()
128BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The custom attribute value relation \"" + boost::log::a… in on_custom_relation()
211BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The custom attribute value relation \"" + boost::log::a… in on_custom_relation()
/third_party/boost/libs/log/src/windows/
Dmapped_shared_memory.cpp85 BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, strm.str(), (err)); in create()
115 BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, strm.str(), (err)); in create_or_open()
153BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to create a shared memory segment",… in open()
188BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to map the shared memory segment in… in map()
213BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to obtain a handle to ntdll.dll", (… in obtain_size()
220BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to obtain the NtQuerySection functi… in obtain_size()
237BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to test obtain size of the shared m… in obtain_size()
Dipc_sync_wrappers.cpp78BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to create an interprocess event obj… in create()
113BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to create an interprocess event obj… in create_or_open()
126BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to open an interprocess event objec… in open()
166BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to create an interprocess semaphore… in create_or_open()
179BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to open an interprocess semaphore o… in open()
221BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, std::string("Failed to test an interprocess… in is_semaphore_zero_count_nt_query_semaphore()
237BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to test an interprocess semaphore o… in is_semaphore_zero_count_emulated()
384BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess semapho… in wait()
Dipc_sync_wrappers.hpp73BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to set an interprocess event object… in set()
87BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to reset an interprocess event obje… in reset()
97BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess event o… in wait()
113BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess event o… in wait()
157BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to post on an interprocess semaphor… in post()
172BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess semapho… in wait()
188BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess semapho… in wait()
Devent_log_backend.cpp162BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not enumerate process modules", (err));
176BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not acquire module information", (err));
188BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not find self module information", (boost::syste…
208 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not get module file name", (err));
275 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not register event source", (err)); in construct()
531 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not register event source", (err)); in construct()
Devent_log_registry.hpp400BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not create registry key for the event log", (res… in init_event_log_registry()
420 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not create registry value " in init_event_log_registry()
438 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not create registry value " in init_event_log_registry()
456 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not create registry value " in init_event_log_registry()
474 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not create registry value " in init_event_log_registry()
Dobject_name.cpp187BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to obtain the current user name", (…
Dipc_reliable_message_queue.cpp438BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to create an stop event object", (e… in create_stop_event()
/third_party/boost/boost/log/attributes/
Dfallback_policy.hpp104 BOOST_LOG_THROW_DESCR_PARAMS(invalid_type, "Attribute value has incompatible type", (t)); in on_invalid_type()
/third_party/boost/boost/log/
Dexceptions.hpp462 #define BOOST_LOG_THROW_DESCR_PARAMS(ex, descr, params)\ macro