#include <map>
#include <pthread.h>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Classes | |
class | fesa::Thread |
This class is a wrapper in order to manage threads according to the object oriented style. More... | |
Namespaces | |
namespace | fesa |
Variables | |
const int32_t | fesa::RT_SCHED_POLICY = SCHED_RR |
The policy how to handle a deadlock, etc RR = RoundRobin. | |
const int32_t | fesa::NICE_SCHED_POLICY = SCHED_OTHER |
The policy how to handle a deadlock, etc This is the default nice priority scheduling in linux. | |
const uint32_t | fesa::MAX_ATTEMPTS_STOP_THREAD = 10 |