#include <thread_wrapper.h>
§ thread_wrapper_t()
| thread_wrapper_t::thread_wrapper_t |
( |
| ) |
|
|
inline |
§ ~thread_wrapper_t()
| virtual thread_wrapper_t::~thread_wrapper_t |
( |
| ) |
|
|
inlinevirtual |
§ after_run()
| virtual void thread_wrapper_t::after_run |
( |
| ) |
|
|
inlinevirtual |
§ before_run()
| virtual void thread_wrapper_t::before_run |
( |
| ) |
|
|
inlinevirtual |
§ fork()
| void thread_wrapper_t::fork |
( |
| ) |
|
|
inline |
§ join()
| void thread_wrapper_t::join |
( |
| ) |
|
|
inline |
§ run()
| virtual void thread_wrapper_t::run |
( |
| ) |
|
|
pure virtual |
Implemented in LogArchiver, flush_daemon_thread_t, fetch_buffer_loader_t, thread_t, ticker_thread_t, MergeScanner, LogArchiveScanner, worker_thread_t, FailureThread, BlockScanner, partition_recycler_t, WriterThread, CrashThread< Env >, PageIterator, KitsCommand, Command, ArchStats, LogAnalysis, VerifyLog, AggLog, AddBackup, DBScan, LogCat, LogPageStats, LogrecInfo, NoDBGen, TruncateLog, GenArchive, MergeRuns, RestoreTrace, XctLatency, and PropStats.
§ spawn()
| void thread_wrapper_t::spawn |
( |
| ) |
|
|
inline |
§ thread_ptr
| std::unique_ptr<std::thread> thread_wrapper_t::thread_ptr |
|
private |
The documentation for this class was generated from the following file: