|
join 1.0
lightweight network framework library
|
This is the complete list of members for join::Thread, including all inherited members.
| affinity(int core) | join::Thread | |
| affinity(pthread_t handle, int core) | join::Thread | static |
| affinity() const noexcept | join::Thread | |
| cancel() noexcept | join::Thread | |
| handle() const noexcept | join::Thread | |
| join() noexcept | join::Thread | |
| joinable() const noexcept | join::Thread | |
| operator=(const Thread &other)=delete | join::Thread | |
| operator=(Thread &&other) noexcept | join::Thread | |
| priority(int prio) | join::Thread | |
| priority(pthread_t handle, int prio) | join::Thread | static |
| priority() const noexcept | join::Thread | |
| running() const noexcept | join::Thread | |
| swap(Thread &other) noexcept | join::Thread | |
| Thread() noexcept=default | join::Thread | |
| Thread(Function &&func, Args &&... args) | join::Thread | inlineexplicit |
| Thread(int core, int prio, Function &&func, Args &&... args) | join::Thread | inlineexplicit |
| Thread(const Thread &other)=delete | join::Thread | |
| Thread(Thread &&other) noexcept | join::Thread | |
| tryJoin() noexcept | join::Thread | |
| ~Thread() | join::Thread |