Embedded std namespace.
More...
|
void | __throw_bad_alloc (void) |
|
void | __throw_cmsis_error (int ev, const char *what_arg) |
|
void | __throw_system_error (int ev, const char *what_arg) |
|
|
void | swap (thread &x, thread &y) noexcept |
|
bool | operator== (thread::id x, thread::id y) noexcept |
|
bool | operator!= (thread::id x, thread::id y) noexcept |
|
bool | operator< (thread::id x, thread::id y) noexcept |
|
bool | operator<= (thread::id x, thread::id y) noexcept |
|
bool | operator> (thread::id x, thread::id y) noexcept |
|
bool | operator>= (thread::id x, thread::id y) noexcept |
|
enum | cv_status {
cv_status::no_timeout,
cv_status::timeout
} |
|
void | notify_all_at_thread_exit (condition_variable &cond, std::unique_lock< mutex > lk) |
|
◆ __throw_bad_alloc()
void os::estd::__throw_bad_alloc |
( |
void |
| ) |
|
◆ __throw_cmsis_error()
void os::estd::__throw_cmsis_error |
( |
int |
ev, |
|
|
const char * |
what_arg |
|
) |
| |
◆ __throw_system_error()
void os::estd::__throw_system_error |
( |
int |
ev, |
|
|
const char * |
what_arg |
|
) |
| |
◆ operator!=()
◆ operator<()
◆ operator<=()
◆ operator==()
◆ operator>()
◆ operator>=()
◆ swap()