|
Apollo 11.0
自动驾驶开放平台
|
#include <prediction_thread_pool.h>
静态 Public 成员函数 | |
| static LevelThreadPool * | Instance () |
额外继承的成员函数 | |
Public 成员函数 继承自 apollo::prediction::BaseThreadPool | |
| BaseThreadPool (int thread_num, int next_thread_pool_level) | |
| void | Stop () |
| ~BaseThreadPool () | |
| template<typename InputIter , typename F > | |
| void | ForEach (InputIter begin, InputIter end, F f) |
| template<typename FuncType > | |
| std::future< typename std::result_of< FuncType()>::type > | Post (FuncType &&func) |
静态 Public 属性 继承自 apollo::prediction::BaseThreadPool | |
| static std::vector< int > | THREAD_POOL_CAPACITY = {20, 20, 20} |
在文件 prediction_thread_pool.h 第 86 行定义.
|
inlinestatic |
在文件 prediction_thread_pool.h 第 88 行定义.