/third_party/boost/libs/log/src/posix/ |
D | ipc_sync_wrappers.hpp | 59 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to initialize pthread mutex attribu… in pthread_mutex_attributes() 80 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to initialize pthread condition var… in pthread_condition_variable_attributes() 114 … BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to set pthread mutex type", (err)); in interprocess_mutex() 117 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to make pthread mutex process-share… in interprocess_mutex() 121 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to make pthread mutex robust", (err… in interprocess_mutex() 126 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to initialize pthread mutex", (err)… in interprocess_mutex() 142 … BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to lock pthread mutex", (err)); in lock() 155 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to recover pthread mutex from a cra… in recover() 173 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to make pthread condition variable … in interprocess_condition_variable() 177 …BOOST_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/ |
D | event.cpp | 112 BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to block on the futex", (err)); in wait() 128 … BOOST_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)); 162 … BOOST_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));
|
D | thread_specific.cpp | 41 …BOOST_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));
|
D | permissions.cpp | 46 … BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to initialize security descriptor", (err)); in BOOST_LOG_ONCE_BLOCK() 52 …BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to set null DACL to a security descriptor", (er… in BOOST_LOG_ONCE_BLOCK()
|
D | timestamp.cpp | 186 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)); 238 …BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to initialize timebase info", (boost::system::e…
|
D | code_conversion.cpp | 254 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()
|
D | thread_id.cpp | 214 …BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Failed to create a thread-specific storage for thread …
|
/third_party/boost/libs/log/src/setup/ |
D | settings_parser.cpp | 94 … BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Section header is invalid", (m_LineCounter)); 106 … BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Parameter description is invalid", (m_LineCounter)); 114 … BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Parameter value is not specified", (m_LineCounter)); 140 …BOOST_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)); 160 … BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Section name is invalid", (m_LineCounter)); 177 …BOOST_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)); 191 … BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "Parameter name is invalid", (m_LineCounter));
|
/third_party/boost/boost/log/utility/setup/ |
D | filter_parser.hpp | 79 …BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The equality attribute value relation is not supported"… in on_equality_relation() 87 …BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The inequality attribute value relation is not supporte… in on_inequality_relation() 95 …BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The less attribute value relation is not supported", (n… in on_less_relation() 103 …BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The greater attribute value relation is not supported",… in on_greater_relation() 111 …BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The less-or-equal attribute value relation is not suppo… in on_less_or_equal_relation() 119 …BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The greater-or-equal attribute value relation is not su… in on_greater_or_equal_relation() 128 …BOOST_LOG_THROW_DESCR_PARAMS(parse_error, "The custom attribute value relation \"" + boost::log::a… in on_custom_relation() 211 …BOOST_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/ |
D | mapped_shared_memory.cpp | 85 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() 153 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to create a shared memory segment",… in open() 188 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to map the shared memory segment in… in map() 213 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to obtain a handle to ntdll.dll", (… in obtain_size() 220 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to obtain the NtQuerySection functi… in obtain_size() 237 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to test obtain size of the shared m… in obtain_size()
|
D | ipc_sync_wrappers.cpp | 78 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to create an interprocess event obj… in create() 113 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to create an interprocess event obj… in create_or_open() 126 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to open an interprocess event objec… in open() 166 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to create an interprocess semaphore… in create_or_open() 179 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to open an interprocess semaphore o… in open() 221 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, std::string("Failed to test an interprocess… in is_semaphore_zero_count_nt_query_semaphore() 237 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to test an interprocess semaphore o… in is_semaphore_zero_count_emulated() 384 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess semapho… in wait()
|
D | ipc_sync_wrappers.hpp | 73 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to set an interprocess event object… in set() 87 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to reset an interprocess event obje… in reset() 97 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess event o… in wait() 113 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess event o… in wait() 157 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to post on an interprocess semaphor… in post() 172 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess semapho… in wait() 188 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to block on an interprocess semapho… in wait()
|
D | event_log_backend.cpp | 162 … BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not enumerate process modules", (err)); 176 … BOOST_LOG_THROW_DESCR_PARAMS(system_error, "Could not acquire module information", (err)); 188 …BOOST_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()
|
D | event_log_registry.hpp | 400 …BOOST_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()
|
D | object_name.cpp | 187 …BOOST_LOG_THROW_DESCR_PARAMS(boost::log::system_error, "Failed to obtain the current user name", (…
|
D | ipc_reliable_message_queue.cpp | 438 …BOOST_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/ |
D | fallback_policy.hpp | 104 BOOST_LOG_THROW_DESCR_PARAMS(invalid_type, "Attribute value has incompatible type", (t)); in on_invalid_type()
|
/third_party/boost/boost/log/ |
D | exceptions.hpp | 462 #define BOOST_LOG_THROW_DESCR_PARAMS(ex, descr, params)\ macro
|