MiniOB
1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
common
ThreadPoolExecutor
common::ThreadPoolExecutor 成员列表
成员的完整列表,这些成员属于
common::ThreadPoolExecutor
,包括所有继承而来的类成员
active_count
() const
common::ThreadPoolExecutor
inline
active_count_
common::ThreadPoolExecutor
private
await_termination
()
common::ThreadPoolExecutor
core_pool_size
() const
common::ThreadPoolExecutor
inline
core_pool_size_
common::ThreadPoolExecutor
private
create_thread
(bool core_thread)
common::ThreadPoolExecutor
private
create_thread_locked
(bool core_thread)
common::ThreadPoolExecutor
private
execute
(unique_ptr< Runnable > &&task)
common::ThreadPoolExecutor
execute
(const function< void()> &callable)
common::ThreadPoolExecutor
extend_thread
()
common::ThreadPoolExecutor
private
init
(const char *name, int core_size, int max_size, long keep_alive_time_ms)
common::ThreadPoolExecutor
init
(const char *name, int core_pool_size, int max_pool_size, long keep_alive_time_ms, unique_ptr< Queue< unique_ptr< Runnable > > > &&work_queue)
common::ThreadPoolExecutor
keep_alive_time_ms_
common::ThreadPoolExecutor
private
largest_pool_size
() const
common::ThreadPoolExecutor
inline
largest_pool_size_
common::ThreadPoolExecutor
private
lock_
common::ThreadPoolExecutor
mutable
private
max_pool_size_
common::ThreadPoolExecutor
private
pool_name_
common::ThreadPoolExecutor
private
pool_size
() const
common::ThreadPoolExecutor
inline
queue_size
() const
common::ThreadPoolExecutor
inline
shutdown
()
common::ThreadPoolExecutor
State
枚举名称
common::ThreadPoolExecutor
private
state_
(定义于
common::ThreadPoolExecutor
)
common::ThreadPoolExecutor
private
task_count
() const
common::ThreadPoolExecutor
inline
task_count_
common::ThreadPoolExecutor
private
thread_func
()
common::ThreadPoolExecutor
private
ThreadPoolExecutor
()=default (定义于
common::ThreadPoolExecutor
)
common::ThreadPoolExecutor
threads_
common::ThreadPoolExecutor
private
work_queue_
common::ThreadPoolExecutor
private
~ThreadPoolExecutor
() (定义于
common::ThreadPoolExecutor
)
common::ThreadPoolExecutor
virtual
制作者
1.9.5