/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | random.cpp | 49 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device() 63 __throw_system_error(errno, "random_device getentropy failed"); in operator ()() 72 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); 91 __throw_system_error(errno, ("random_device failed to open " + __token).c_str()); 109 __throw_system_error(ENODATA, "random_device got EOF"); 113 __throw_system_error(errno, "random_device got an unexpected error"); 127 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); 130 __throw_system_error(error, ("random device failed to open " + __token).c_str()); 145 __throw_system_error(error, "random_device failed getting bytes"); 156 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); [all …]
|
H A D | condition_variable.cpp | 42 __throw_system_error(EPERM, in wait() 46 __throw_system_error(ec, "condition_variable wait failed"); in wait() 55 __throw_system_error(EPERM, in __do_timed_wait() 76 __throw_system_error(ec, "condition_variable timed_wait failed"); in __do_timed_wait()
|
H A D | mutex.cpp | 35 __throw_system_error(ec, "mutex lock failed"); in lock() 58 __throw_system_error(ec, "recursive_mutex constructor failed"); in recursive_mutex() 73 __throw_system_error(ec, "recursive_mutex lock failed"); in lock() 152 __throw_system_error(EAGAIN, "recursive_timed_mutex lock limit reached"); in lock()
|
H A D | chrono.cpp | 93 __throw_system_error(errno, "clock_gettime(CLOCK_REALTIME) failed"); 200 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC_RAW) failed"); in __libcpp_steady_clock_now() 237 __throw_system_error(errno, "failed to obtain time of day"); in __libcpp_steady_clock_now() 247 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed"); in __libcpp_steady_clock_now()
|
H A D | thread.cpp | 54 __throw_system_error(ec, "thread::join failed"); in join() 69 __throw_system_error(ec, "thread::detach failed"); in detach()
|
H A D | system_error.cpp | 284 __throw_system_error(int ev, const char* what_arg) in __throw_system_error() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | unique_lock.h | 136 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY() 138 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY() 150 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY() 152 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY() 165 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY() 167 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY() 180 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY() 182 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY() 194 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
|
H A D | std_thread.h | 299 inline void thread::join() { std::__throw_system_error(EINVAL); } in _GLIBCXX_VISIBILITY() 300 inline void thread::detach() { std::__throw_system_error(EINVAL); } in _GLIBCXX_VISIBILITY()
|
H A D | functexcept.h | 105 __throw_system_error(int) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
|
H A D | std_mutex.h | 117 __throw_system_error(__e); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | unique_lock.h | 133 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY() 135 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY() 147 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY() 149 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY() 162 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY() 164 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY() 177 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY() 179 __throw_system_error(int(errc::resource_deadlock_would_occur)); in _GLIBCXX_VISIBILITY() 191 __throw_system_error(int(errc::operation_not_permitted)); in _GLIBCXX_VISIBILITY()
|
H A D | functexcept.h | 102 __throw_system_error(int) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
|
H A D | std_mutex.h | 104 __throw_system_error(__e); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | thread.cc | 113 __throw_system_error(__e); in join() 127 __throw_system_error(__e); in detach() 149 __throw_system_error(err); in _M_start_thread() 162 __throw_system_error(int(errc::operation_not_permitted)); in _M_start_thread() 179 __throw_system_error(__e); in _M_start_thread()
|
H A D | condition_variable.cc | 67 __throw_system_error(__e); in notify_one() 78 __throw_system_error(__e); in notify_all()
|
H A D | system_error.cc | 339 __throw_system_error(int __i __attribute__((unused))) in __throw_system_error() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | thread.cc | 115 __throw_system_error(__e); in join() 129 __throw_system_error(__e); in detach() 151 __throw_system_error(err); in _M_start_thread() 164 __throw_system_error(int(errc::operation_not_permitted)); in _M_start_thread() 181 __throw_system_error(__e); in _M_start_thread()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __mutex_base | 204 __throw_system_error(EPERM, "unique_lock::lock: references null mutex"); 206 __throw_system_error(EDEADLK, "unique_lock::lock: already locked"); 216 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex"); 218 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked"); 229 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex"); 231 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked"); 242 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex"); 244 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked"); 254 __throw_system_error(EPERM, "unique_lock::unlock: not locked"); 491 __throw_system_error(EPERM, [all …]
|
H A D | shared_mutex | 440 __throw_system_error(EPERM, "shared_lock::lock: references null mutex"); 442 __throw_system_error(EDEADLK, "shared_lock::lock: already locked"); 452 __throw_system_error(EPERM, "shared_lock::try_lock: references null mutex"); 454 __throw_system_error(EDEADLK, "shared_lock::try_lock: already locked"); 465 __throw_system_error(EPERM, "shared_lock::try_lock_for: references null mutex"); 467 __throw_system_error(EDEADLK, "shared_lock::try_lock_for: already locked"); 478 __throw_system_error(EPERM, "shared_lock::try_lock_until: references null mutex"); 480 __throw_system_error(EDEADLK, "shared_lock::try_lock_until: already locked"); 490 __throw_system_error(EPERM, "shared_lock::unlock: not locked");
|
H A D | thread | 178 __throw_system_error(__ec, "__thread_specific_ptr construction failed"); 311 __throw_system_error(__ec, "thread constructor failed"); 346 __throw_system_error(__ec, "thread constructor failed");
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | shared_mutex | 167 __throw_system_error(int(errc::resource_unavailable_try_again)); 169 __throw_system_error(int(errc::operation_not_permitted)); 190 __throw_system_error(int(errc::resource_deadlock_would_occur)); 227 __throw_system_error(int(errc::resource_deadlock_would_occur)); 799 __throw_system_error(int(errc::resource_deadlock_would_occur)); 833 __throw_system_error(int(errc::operation_not_permitted)); 835 __throw_system_error(int(errc::resource_deadlock_would_occur));
|
H A D | mutex | 110 __throw_system_error(__e); 229 __throw_system_error(__e); 295 __throw_system_error(__e); 443 __throw_system_error(EAGAIN); // [thread.timedmutex.recursive]/3 737 __throw_system_error(__e);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | shared_mutex | 172 __throw_system_error(int(errc::resource_unavailable_try_again)); 174 __throw_system_error(int(errc::operation_not_permitted)); 195 __throw_system_error(int(errc::resource_deadlock_would_occur)); 232 __throw_system_error(int(errc::resource_deadlock_would_occur)); 804 __throw_system_error(int(errc::operation_not_permitted)); 838 __throw_system_error(int(errc::operation_not_permitted)); 840 __throw_system_error(int(errc::resource_deadlock_would_occur));
|
H A D | mutex | 122 __throw_system_error(__e); 251 __throw_system_error(__e); 326 __throw_system_error(__e); 474 __throw_system_error(EAGAIN); // [thread.timedmutex.recursive]/3 892 __throw_system_error(__e); 966 __throw_system_error(EDEADLK);
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | io_context | 707 __throw_system_error(errno); 714 __throw_system_error(__e); 752 __throw_system_error((int)errc::invalid_argument);
|