23 #ifndef __UTILS_SYSTEM_FAM_THREAD_H_ 24 #define __UTILS_SYSTEM_FAM_THREAD_H_ 26 #include <core/utils/refptr.h> 27 #include <utils/system/fam.h> 28 #include <core/threading/thread.h> virtual void loop()
Code to execute in the thread.
Fawkes library namespace.
virtual void run()
Code to execute in the thread.
virtual void run()
Stub to see name in backtrace for easier debugging.
Thread class encapsulation of pthreads.
FamThread(RefPtr< FileAlterationMonitor > fam=RefPtr< FileAlterationMonitor >())
Constructor.
RefPtr< FileAlterationMonitor > get_fam()
Get FileAlterationMonitor.
RefPtr<> is a reference-counting shared smartpointer.
FileAlterationMonitor thread wrapper.