Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
Thread.h File Reference
#include <misc/gen/Condition.h>
#include <misc/gen/Exception.h>
#include <misc/gen/Mutex.h>
#include <misc/gen/TClosure.h>
#include <misc/gen/TimeSpec.h>
#include <misc/gen/target.h>
#include <misc/global.h>
#include <pthread.h>
#include <string>
#include <unistd.h>
#include <utility>
#include <sys/eventfd.h>
Include dependency graph for Thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sf::Thread
 Thread wrapper class to be used for attachment to an existing thread or a new to be created thread. This class can only be used to derive from since the constructor Thread::Thread() is protected by design. at least the run() function must be overridden. More...
 
class  sf::Thread::Attributes
 Thread attributes used internally for starting a thread. More...
 
class  sf::Thread::ThreadException
 Thread exception. More...
 
class  sf::Thread::TerminateException
 Special thread exception thrown by system blocking functions to terminate the thread. More...
 
class  sf::ThreadMain
 Wrapper class for the main thread. More...
 

Namespaces

namespace  sf