Searched refs:__throw_system_error (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/libc++/src/
H A Drandom.cpp41 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
60 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
78 __throw_system_error(ENODATA, "random_device got EOF");
82 __throw_system_error(errno, "random_device got an unexpected error");
96 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
99 __throw_system_error(error, ("random device failed to open " + __token).c_str());
114 __throw_system_error(error, "random_device failed getting bytes");
125 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
138 __throw_system_error(err, "random_device rand_s failed.");
H A Dcondition_variable.cpp42 __throw_system_error(EPERM,
46 __throw_system_error(ec, "condition_variable wait failed");
55 __throw_system_error(EPERM,
76 __throw_system_error(ec, "condition_variable timed_wait failed");
H A Dmutex.cpp34 __throw_system_error(ec, "mutex lock failed");
79 __throw_system_error(ec, "recursive_mutex constructor failed");
94 __throw_system_error(ec, "recursive_mutex lock failed");
173 __throw_system_error(EAGAIN, "recursive_timed_mutex lock limit reached");
H A Dchrono.cpp12 #include "system_error" // __throw_system_error
42 __throw_system_error(errno, "clock_gettime(CLOCK_REALTIME) failed");
79 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed");
H A Dsystem_error.cpp199 __throw_system_error(int ev, const char* what_arg) function

Completed in 70 milliseconds