20 #ifndef PAGESPEED_KERNEL_THREAD_SCHEDULER_THREAD_H_
21 #define PAGESPEED_KERNEL_THREAD_SCHEDULER_THREAD_H_
27 namespace net_instaweb {
50 class CleanupFunction;
51 friend class CleanupFunction;
Definition: function.h:47
Definition: scheduler_thread.h:35
SchedulerThread(ThreadSystem *thread_system, Scheduler *scheduler)
Creates the thread. The user still needs to call Start() manually.
Definition: thread_system.h:40
Definition: scheduler.h:47
Base class for client thread code.
Definition: thread.h:34