Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/src/
Drandom.cpp44 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
58 __throw_system_error(errno, "random_device getentropy failed"); in operator ()()
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(ENOENT, ("random device not supported " + __token).c_str());
[all …]
Dcondition_variable.cpp42 __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()
Dmutex.cpp35 __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()
Dchrono.cpp78 __throw_system_error(errno, "clock_gettime(CLOCK_REALTIME) failed");
132 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC_RAW) failed"); in __libcpp_steady_clock_now()
164 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed"); in __libcpp_steady_clock_now()
Dthread.cpp54 __throw_system_error(ec, "thread::join failed"); in join()
69 __throw_system_error(ec, "thread::detach failed"); in detach()
Dsystem_error.cpp284 __throw_system_error(int ev, const char* what_arg) in __throw_system_error() function
/external/libcxx/src/
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 …]
Dcondition_variable.cpp42 __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()
Dmutex.cpp33 __throw_system_error(ec, "mutex lock failed"); in lock()
56 __throw_system_error(ec, "recursive_mutex constructor failed"); in recursive_mutex()
71 __throw_system_error(ec, "recursive_mutex lock failed"); in lock()
150 __throw_system_error(EAGAIN, "recursive_timed_mutex lock limit reached"); in lock()
Dchrono.cpp81 __throw_system_error(errno, "clock_gettime(CLOCK_REALTIME) failed"); in now()
121 __throw_system_error(errno, "clock_gettime(CLOCK_UPTIME_RAW) failed"); in now()
208 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed"); in now()
Dthread.cpp59 __throw_system_error(ec, "thread::join failed"); in join()
74 __throw_system_error(ec, "thread::detach failed"); in detach()
Dsystem_error.cpp285 __throw_system_error(int ev, const char* what_arg) in __throw_system_error() function
/external/llvm-project/libcxx/include/
D__mutex_base204 __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 …]
Dshared_mutex440 __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");
Dthread178 __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");
Dsystem_error483 void __throw_system_error(int ev, const char* what_arg);
/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");
Dshared_mutex440 __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");
Dthread183 __throw_system_error(__ec, "__thread_specific_ptr construction failed");
372 __throw_system_error(__ec, "thread constructor failed");
418 __throw_system_error(__ec, "thread constructor failed");
Dsystem_error483 void __throw_system_error(int ev, const char* what_arg);
/external/llvm-project/libcxx/src/filesystem/
Doperations.cpp485 __throw_system_error(errno, "clock_gettime(CLOCK_REALTIME) failed"); in now()
/external/libcxx/src/filesystem/
Doperations.cpp493 __throw_system_error(errno, "clock_gettime(CLOCK_REALTIME) failed"); in now()
/external/libabigail/tests/data/test-read-dwarf/
Dtest22-pr19097-libstdc++.so.6.0.17.so.abi33722 …<function-decl name='__throw_system_error' mangled-name='_ZSt20__throw_system_errori' filepath='..…