Lines Matching refs:throw_system_error
51 throw_system_error(err, "mutex:lock failed.");
106 throw_system_error(err, "Recursive mutex failed to construct");
129 throw_system_error(err, "recursive_mutex::lock failed");
254 throw_system_error(int(errc::operation_not_permitted),
257 throw_system_error(int(errc::resource_deadlock_would_occur),
268 throw_system_error(int(errc::operation_not_permitted),
271 throw_system_error(int(errc::resource_deadlock_would_occur),
283 throw_system_error(int(errc::operation_not_permitted),
286 throw_system_error(int(errc::resource_deadlock_would_occur),
298 throw_system_error(int(errc::operation_not_permitted),
301 throw_system_error(int(errc::resource_deadlock_would_occur),
312 throw_system_error(int(errc::operation_not_permitted),
508 throw_system_error(err, "call_once failed");