Home
last modified time | relevance | path

Searched refs:throw_system_error (Results 1 – 5 of 5) sorted by relevance

/components/libc/cplusplus/cpp11/gcc/
A Dthread.cpp45 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 Dmutex51 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 Dcondition_variable.cpp21 throw_system_error(err, "condition_variable::wait: failed to wait on a condition"); in wait()
A D__utils.h20 inline void throw_system_error(int err, const char *what_msg) in throw_system_error() function
A Dcondition_variable68 throw_system_error((int)errc::operation_not_permitted,

Completed in 4 milliseconds