Home
last modified time | relevance | path

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

/external/libcxx/src/
Drandom.cpp41 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
60 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
78 __throw_system_error(ENODATA, "random_device got EOF");
82 __throw_system_error(errno, "random_device got an unexpected error");
96 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
99 __throw_system_error(error, ("random device failed to open " + __token).c_str());
114 __throw_system_error(error, "random_device failed getting bytes");
125 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
138 __throw_system_error(err, "random_device rand_s failed.");
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.cpp34 __throw_system_error(ec, "mutex lock failed"); in lock()
79 __throw_system_error(ec, "recursive_mutex constructor failed"); in recursive_mutex()
94 __throw_system_error(ec, "recursive_mutex lock failed"); in lock()
173 __throw_system_error(EAGAIN, "recursive_timed_mutex lock limit reached"); in lock()
Dchrono.cpp42 __throw_system_error(errno, "clock_gettime(CLOCK_REALTIME) failed"); in now()
79 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed"); in now()
Dsystem_error.cpp199 __throw_system_error(int ev, const char* what_arg) in __throw_system_error() function
/external/libcxx/include/
D__mutex_base198 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
200 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
210 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
212 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
223 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
225 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
236 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
238 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
248 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
Dshared_mutex434 __throw_system_error(EPERM, "shared_lock::lock: references null mutex");
436 __throw_system_error(EDEADLK, "shared_lock::lock: already locked");
446 __throw_system_error(EPERM, "shared_lock::try_lock: references null mutex");
448 __throw_system_error(EDEADLK, "shared_lock::try_lock: already locked");
459 __throw_system_error(EPERM, "shared_lock::try_lock_for: references null mutex");
461 __throw_system_error(EDEADLK, "shared_lock::try_lock_for: already locked");
472 __throw_system_error(EPERM, "shared_lock::try_lock_until: references null mutex");
474 __throw_system_error(EDEADLK, "shared_lock::try_lock_until: already locked");
484 __throw_system_error(EPERM, "shared_lock::unlock: not locked");
Dthread363 __throw_system_error(__ec, "thread constructor failed");
386 __throw_system_error(__ec, "thread constructor failed");
Dsystem_error638 _LIBCPP_FUNC_VIS void __throw_system_error(int ev, const char* what_arg);
/external/valgrind/drd/tests/
Dstd_thread.cpp56 __throw_system_error(int(errc::operation_not_permitted)); in _M_start_thread()
64 __throw_system_error(__e); in _M_start_thread()
Dstd_thread2.cpp61 __throw_system_error(int(errc::operation_not_permitted)); in _M_start_thread()
69 __throw_system_error(__e); in _M_start_thread()