fairness
v1.0.0
A collection of advanced syncronization mechanisms.
|
#include <thread_pool.hpp>
Public Member Functions | |
void | prepare (Priority_t p, Request *req) |
Thread ()=default | |
Public Attributes | |
bool | inUse_ {} |
void * | owner_ {nullptr} |
Priority_t | priority_ {BOOST_FAIRNESS_INVALID_PRIORITY} |
Request * | request_ {nullptr} |
Request * | watch_ {nullptr} |
|
default |
|
inline |
bool boost::fairness::detail::Thread::inUse_ {} |
void* boost::fairness::detail::Thread::owner_ {nullptr} |
Priority_t boost::fairness::detail::Thread::priority_ {BOOST_FAIRNESS_INVALID_PRIORITY} |
Request* boost::fairness::detail::Thread::request_ {nullptr} |
Request* boost::fairness::detail::Thread::watch_ {nullptr} |