|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::thread,包括所有继承而来的类成员
| detach() | neforce::thread | |
| get_id() const noexcept | neforce::thread | inline |
| join() | neforce::thread | |
| joinable() const noexcept | neforce::thread | inline |
| name(char *buffer, size_t size) const | neforce::thread | |
| name(native_handle_type handle, char *buffer, size_t size) | neforce::thread | static |
| native_handle() const noexcept | neforce::thread | inline |
| native_handle_type typedef | neforce::thread | |
| operator=(thread &&other) noexcept | neforce::thread | |
| set_name(const char *name) | neforce::thread | |
| set_name(native_handle_type handle, const char *name) | neforce::thread | static |
| start(F &&f, Args &&... args) | neforce::thread | inline |
| swap(thread &other) noexcept | neforce::thread | |
| thread() noexcept=default | neforce::thread | |
| thread(F &&f, Args &&... args) | neforce::thread | inlineexplicit |
| thread(thread &&other) noexcept | neforce::thread | |
| ~thread() | neforce::thread |