27 #ifndef COMMON_THREAD_H 28 #define COMMON_THREAD_H 34 #include <SDL_thread.h> 37 #include <boost/noncopyable.hpp> 68 #endif // COMMON_THREAD_H
#define START_IGNORE_IMPLICIT_FALLTHROUGH
A class holding an UTF-8 string.
boost::atomic< bool > _killThread
bool createThread(const UString &name="")
A class that creates its own thread.
Helper header to include boost::atomic.
#define STOP_IGNORE_IMPLICIT_FALLTHROUGH
virtual void threadMethod()=0
static int threadHelper(void *obj)
Compiler-specific defines to mark an implicit switch-case fallthrough.
boost::atomic< bool > _threadRunning