![]() |
|
PhoenixThread
1.0.0
Tools to ease parallel programming in C++
|
This is the complete list of members for DetachPool, including all inherited members.
| addThread(const std::string &description, _Callable &&__f, _Args &&... __args) | DetachPool | |
| copyDetachPool(const DetachPool &other) | DetachPool | protected |
| DetachPool() | DetachPool | |
| DetachPool(const DetachPool &other) | DetachPool | |
| getDestructorWaitTime() const | DetachPool | |
| getListThreadInfo() | DetachPool | |
| getRefreshTime() const | DetachPool | |
| initialisationDetachPool() | DetachPool | private |
| operator=(const DetachPool &other) | DetachPool | |
| p_destructorWaitTime | DetachPool | private |
| p_listThreadInfo | DetachPool | private |
| p_mtx | DetachPool | private |
| p_refreshTime | DetachPool | private |
| p_timeLastRefresh | DetachPool | private |
| refresh() | DetachPool | |
| removeFinishedThread(std::ostream &out=std::cout) | DetachPool | |
| setDestructionWaitTime(PEllapsedTime destructorWaitTime) | DetachPool | |
| setRefreshTime(PEllapsedTime refreshTime) | DetachPool | |
| waitUntilAllFinish(PEllapsedTime maxWaitTime=10000000) | DetachPool | |
| ~DetachPool() | DetachPool | virtual |