Searched refs:throw_system_error (Results 1 – 5 of 5) sorted by relevance
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | thread.cpp | 45 throw_system_error(err, "Failed to create a thread"); in start_thread() 65 throw_system_error(err, "thread::join failed"); in join() 79 throw_system_error(err, "thread::detach failed"); in detach()
|
| A D | mutex | 51 throw_system_error(err, "mutex:lock failed."); 129 throw_system_error(err, "recursive_mutex::lock failed"); 254 throw_system_error(int(errc::operation_not_permitted), 257 throw_system_error(int(errc::resource_deadlock_would_occur), 268 throw_system_error(int(errc::operation_not_permitted), 271 throw_system_error(int(errc::resource_deadlock_would_occur), 283 throw_system_error(int(errc::operation_not_permitted), 286 throw_system_error(int(errc::resource_deadlock_would_occur), 298 throw_system_error(int(errc::operation_not_permitted), 312 throw_system_error(int(errc::operation_not_permitted), [all …]
|
| A D | condition_variable.cpp | 21 throw_system_error(err, "condition_variable::wait: failed to wait on a condition"); in wait()
|
| A D | __utils.h | 20 inline void throw_system_error(int err, const char *what_msg) in throw_system_error() function
|
| A D | condition_variable | 68 throw_system_error((int)errc::operation_not_permitted,
|
Completed in 4 milliseconds