#include <thread_pool.h>
◆ ThreadPool() [1/4]
absl::synchronization_internal::ThreadPool::ThreadPool |
( |
int |
num_threads | ) |
|
|
inlineexplicit |
◆ ThreadPool() [2/4]
absl::synchronization_internal::ThreadPool::ThreadPool |
( |
const ThreadPool & |
| ) |
|
|
delete |
◆ ~ThreadPool() [1/2]
absl::synchronization_internal::ThreadPool::~ThreadPool |
( |
| ) |
|
|
inline |
◆ ThreadPool() [3/4]
absl::synchronization_internal::ThreadPool::ThreadPool |
( |
int |
num_threads | ) |
|
|
inlineexplicit |
◆ ThreadPool() [4/4]
absl::synchronization_internal::ThreadPool::ThreadPool |
( |
const ThreadPool & |
| ) |
|
|
delete |
◆ ~ThreadPool() [2/2]
absl::synchronization_internal::ThreadPool::~ThreadPool |
( |
| ) |
|
|
inline |
◆ ABSL_GUARDED_BY() [1/2]
◆ ABSL_GUARDED_BY() [2/2]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Schedule() [1/2]
void absl::synchronization_internal::ThreadPool::Schedule |
( |
std::function< void()> |
func | ) |
|
|
inline |
◆ Schedule() [2/2]
void absl::synchronization_internal::ThreadPool::Schedule |
( |
std::function< void()> |
func | ) |
|
|
inline |
◆ WorkAvailable() [1/2]
bool absl::synchronization_internal::ThreadPool::WorkAvailable |
( |
| ) |
const |
|
inlineprivate |
◆ WorkAvailable() [2/2]
bool absl::synchronization_internal::ThreadPool::WorkAvailable |
( |
| ) |
const |
|
inlineprivate |
◆ WorkLoop() [1/2]
void absl::synchronization_internal::ThreadPool::WorkLoop |
( |
| ) |
|
|
inlineprivate |
◆ WorkLoop() [2/2]
void absl::synchronization_internal::ThreadPool::WorkLoop |
( |
| ) |
|
|
inlineprivate |
◆ mu_
absl::Mutex absl::synchronization_internal::ThreadPool::mu_ |
|
private |
◆ threads_
std::vector< std::thread > absl::synchronization_internal::ThreadPool::threads_ |
|
private |
The documentation for this class was generated from the following file: