Searched refs:__throw_system_error (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | random.cpp | 45 __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");
|
D | condition_variable.cpp | 40 __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()
|
D | mutex.cpp | 33 __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()
|
D | chrono.cpp | 122 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed"); in now()
|
D | system_error.cpp | 204 __throw_system_error(int ev, const char* what_arg) in __throw_system_error() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | shared_mutex | 356 __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_base | 200 __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");
|
D | thread | 360 __throw_system_error(__ec, "thread constructor failed"); 383 __throw_system_error(__ec, "thread constructor failed");
|
D | system_error | 638 _LIBCPP_FUNC_VIS void __throw_system_error(int ev, const char* what_arg);
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 328 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed");
|