cpp-pthread
(v1.7.3)
Simple C++ wrapper to pthread functions.
|
This is the complete list of members for pthread::thread, including all inherited members.
cancel() | pthread::thread | |
join() | pthread::thread | |
joinable() const | pthread::thread | inline |
operator=(const thread &)=delete | pthread::thread | |
operator=(thread &&other) | pthread::thread | |
status() | pthread::thread | inline |
thread() | pthread::thread | |
thread(const runnable &runner, const std::size_t stack_size=0) | pthread::thread | |
thread(thread &&other) | pthread::thread | |
thread(const thread &)=delete | pthread::thread | |
~thread() | pthread::thread | virtual |