MOTION
0.01
Framework for mixed-protocol multi-party computation
|
Public Member Functions | |
pool_ctx (std::uint32_t thread_count, bool suspend) | |
Public Attributes | |
const std::uint32_t | thread_count_ |
const bool | suspend_ |
std::atomic< std::uint32_t > | counter_ |
std::vector< pooled_work_stealing * > | schedulers_ |
boost::barrier | barrier_ |
|
inline |
boost::barrier pool_ctx::barrier_ |
std::atomic<std::uint32_t> pool_ctx::counter_ |
std::vector<pooled_work_stealing*> pool_ctx::schedulers_ |
const bool pool_ctx::suspend_ |
const std::uint32_t pool_ctx::thread_count_ |