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

/freebsd-10.0-release/contrib/libc++/src/
H A Dcondition_variable.cpp38 __throw_system_error(EPERM,
42 __throw_system_error(ec, "condition_variable wait failed");
51 __throw_system_error(EPERM,
72 __throw_system_error(ec, "condition_variable timed_wait failed");
H A Drandom.cpp26 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
H A Dmutex.cpp32 __throw_system_error(ec, "mutex lock failed");
76 __throw_system_error(ec, "recursive_mutex constructor failed");
90 __throw_system_error(ec, "recursive_mutex lock failed");
168 __throw_system_error(EAGAIN, "recursive_timed_mutex lock limit reached");
H A Dchrono.cpp16 #include <system_error> // __throw_system_error
125 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed");
H A Dsystem_error.cpp194 __throw_system_error(int ev, const char* what_arg) function

Completed in 127 milliseconds