Home
last modified time | relevance | path

Searched refs:__throw_system_error (Results 1 – 25 of 220) sorted by relevance

123456789

/aosp_15_r20/external/libcxx/src/
H A Drandom.cpp45 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
59 __throw_system_error(errno, "random_device getentropy failed"); in operator ()()
68 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
87 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
105 __throw_system_error(ENODATA, "random_device got EOF");
109 __throw_system_error(errno, "random_device got an unexpected error");
123 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
126 __throw_system_error(error, ("random device failed to open " + __token).c_str());
141 __throw_system_error(error, "random_device failed getting bytes");
152 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Drandom.cpp45 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
55 __throw_system_error(errno, "random_device getentropy failed"); in operator ()()
71 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
84 __throw_system_error(ENODATA, "random_device got EOF"); // TODO ENODATA -> ENOMSG
88 __throw_system_error(errno, "random_device got an unexpected error");
101 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
104 __throw_system_error(error, ("random device failed to open " + __token).c_str());
115 __throw_system_error(error, "random_device failed getting bytes");
125 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
134 __throw_system_error(err, "random_device rand_s failed.");
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__mutex/
Dunique_lock.h117 __throw_system_error(EPERM, "unique_lock::lock: references null mutex"); in lock()
119 __throw_system_error(EDEADLK, "unique_lock::lock: already locked"); in lock()
127 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex"); in try_lock()
129 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked"); in try_lock()
138 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex"); in try_lock_for()
140 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked"); in try_lock_for()
149 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex"); in try_lock_until()
151 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked"); in try_lock_until()
159 __throw_system_error(EPERM, "unique_lock::unlock: not locked"); in unlock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__mutex/
Dunique_lock.h117 __throw_system_error(EPERM, "unique_lock::lock: references null mutex"); in lock()
119 __throw_system_error(EDEADLK, "unique_lock::lock: already locked"); in lock()
127 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex"); in try_lock()
129 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked"); in try_lock()
138 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex"); in try_lock_for()
140 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked"); in try_lock_for()
149 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex"); in try_lock_until()
151 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked"); in try_lock_until()
159 __throw_system_error(EPERM, "unique_lock::unlock: not locked"); in unlock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__mutex/
Dunique_lock.h117 __throw_system_error(EPERM, "unique_lock::lock: references null mutex"); in lock()
119 __throw_system_error(EDEADLK, "unique_lock::lock: already locked"); in lock()
127 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex"); in try_lock()
129 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked"); in try_lock()
138 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex"); in try_lock_for()
140 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked"); in try_lock_for()
149 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex"); in try_lock_until()
151 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked"); in try_lock_until()
159 __throw_system_error(EPERM, "unique_lock::unlock: not locked"); in unlock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__mutex/
Dunique_lock.h119 __throw_system_error(EPERM, "unique_lock::lock: references null mutex"); in lock()
121 __throw_system_error(EDEADLK, "unique_lock::lock: already locked"); in lock()
129 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex"); in try_lock()
131 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked"); in try_lock()
140 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex"); in try_lock_for()
142 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked"); in try_lock_for()
151 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex"); in try_lock_until()
153 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked"); in try_lock_until()
161 __throw_system_error(EPERM, "unique_lock::unlock: not locked"); in unlock()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__mutex/
H A Dunique_lock.h117 __throw_system_error(EPERM, "unique_lock::lock: references null mutex"); in lock()
119 __throw_system_error(EDEADLK, "unique_lock::lock: already locked"); in lock()
127 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex"); in try_lock()
129 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked"); in try_lock()
138 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex"); in try_lock_for()
140 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked"); in try_lock_for()
149 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex"); in try_lock_until()
151 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked"); in try_lock_until()
159 __throw_system_error(EPERM, "unique_lock::unlock: not locked"); in unlock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__mutex/
Dunique_lock.h121 __throw_system_error(EPERM, "unique_lock::lock: references null mutex"); in lock()
123 __throw_system_error(EDEADLK, "unique_lock::lock: already locked"); in lock()
131 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex"); in try_lock()
133 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked"); in try_lock()
142 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex"); in try_lock_for()
144 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked"); in try_lock_for()
153 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex"); in try_lock_until()
155 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked"); in try_lock_until()
163 __throw_system_error(EPERM, "unique_lock::unlock: not locked"); in unlock()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
Dmutex138 __throw_system_error(__e);
179 __throw_system_error(__e);
227 __throw_system_error(__e);
320 __throw_system_error(__e);
506 __throw_system_error(int(errc::operation_not_permitted));
508 __throw_system_error(int(errc::resource_deadlock_would_occur));
520 __throw_system_error(int(errc::operation_not_permitted));
522 __throw_system_error(int(errc::resource_deadlock_would_occur));
535 __throw_system_error(int(errc::operation_not_permitted));
537 __throw_system_error(int(errc::resource_deadlock_would_occur));
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/
Dmutex138 __throw_system_error(__e);
179 __throw_system_error(__e);
227 __throw_system_error(__e);
320 __throw_system_error(__e);
506 __throw_system_error(int(errc::operation_not_permitted));
508 __throw_system_error(int(errc::resource_deadlock_would_occur));
520 __throw_system_error(int(errc::operation_not_permitted));
522 __throw_system_error(int(errc::resource_deadlock_would_occur));
535 __throw_system_error(int(errc::operation_not_permitted));
537 __throw_system_error(int(errc::resource_deadlock_would_occur));
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/external/libcxx/include/
H A D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxx/include/
D__mutex_base219 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
221 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
244 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
246 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
257 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
259 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
269 __throw_system_error(EPERM, "unique_lock::unlock: not locked");

123456789