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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Drandom.cpp44 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
58 __throw_system_error(errno, "random_device getentropy failed");
67 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
86 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
104 __throw_system_error(ENODATA, "random_device got EOF");
108 __throw_system_error(errno, "random_device got an unexpected error");
122 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
125 __throw_system_error(error, ("random device failed to open " + __token).c_str());
140 __throw_system_error(error, "random_device failed getting bytes");
151 __throw_system_error(ENOEN
[all...]
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.cpp35 __throw_system_error(ec, "mutex lock failed");
58 __throw_system_error(ec, "recursive_mutex constructor failed");
73 __throw_system_error(ec, "recursive_mutex lock failed");
152 __throw_system_error(EAGAIN, "recursive_timed_mutex lock limit reached");
H A Dchrono.cpp11 #include "system_error" // __throw_system_error
84 __throw_system_error(errno, "clock_gettime(CLOCK_REALTIME) failed");
124 __throw_system_error(errno, "clock_gettime(CLOCK_UPTIME_RAW) failed");
221 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed");
H A Dthread.cpp62 __throw_system_error(ec, "thread::join failed");
77 __throw_system_error(ec, "thread::detach failed");
H A Dsystem_error.cpp284 __throw_system_error(int ev, const char* what_arg) function
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp497 __throw_system_error(errno, "clock_gettime(CLOCK_REALTIME) failed");

Completed in 73 milliseconds