Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Drandom.cpp45 __throw_system_error(err, "random_device rand_s failed."); in operator ()()
53 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
71 __throw_system_error(ENODATA, "random_device got EOF");
75 __throw_system_error(errno, "random_device got an unexpected error");
Dcondition_variable.cpp40 __throw_system_error(EPERM, in wait()
44 __throw_system_error(ec, "condition_variable wait failed"); in wait()
53 __throw_system_error(EPERM, in __do_timed_wait()
74 __throw_system_error(ec, "condition_variable timed_wait failed"); in __do_timed_wait()
Dmutex.cpp33 __throw_system_error(ec, "mutex lock failed"); in lock()
78 __throw_system_error(ec, "recursive_mutex constructor failed"); in recursive_mutex()
93 __throw_system_error(ec, "recursive_mutex lock failed"); in lock()
172 __throw_system_error(EAGAIN, "recursive_timed_mutex lock limit reached"); in lock()
Dchrono.cpp122 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed"); in now()
Dsystem_error.cpp204 __throw_system_error(int ev, const char* what_arg) in __throw_system_error() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dshared_mutex356 __throw_system_error(EPERM, "shared_lock::lock: references null mutex");
358 __throw_system_error(EDEADLK, "shared_lock::lock: already locked");
368 __throw_system_error(EPERM, "shared_lock::try_lock: references null mutex");
370 __throw_system_error(EDEADLK, "shared_lock::try_lock: already locked");
381 __throw_system_error(EPERM, "shared_lock::try_lock_for: references null mutex");
383 __throw_system_error(EDEADLK, "shared_lock::try_lock_for: already locked");
394 __throw_system_error(EPERM, "shared_lock::try_lock_until: references null mutex");
396 __throw_system_error(EDEADLK, "shared_lock::try_lock_until: already locked");
406 __throw_system_error(EPERM, "shared_lock::unlock: not locked");
D__mutex_base200 __throw_system_error(EPERM, "unique_lock::lock: references null mutex");
202 __throw_system_error(EDEADLK, "unique_lock::lock: already locked");
212 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
214 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
225 __throw_system_error(EPERM, "unique_lock::try_lock_for: references null mutex");
227 __throw_system_error(EDEADLK, "unique_lock::try_lock_for: already locked");
238 __throw_system_error(EPERM, "unique_lock::try_lock_until: references null mutex");
240 __throw_system_error(EDEADLK, "unique_lock::try_lock_until: already locked");
250 __throw_system_error(EPERM, "unique_lock::unlock: not locked");
Dthread360 __throw_system_error(__ec, "thread constructor failed");
383 __throw_system_error(__ec, "thread constructor failed");
Dsystem_error638 _LIBCPP_FUNC_VIS void __throw_system_error(int ev, const char* what_arg);
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch328 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed");