#include "mmstools/mmsmutex.h"
#include "mmstools/mmslogger.h"
#include <sched.h>
Go to the source code of this file.
Classes | |
class | MMSThread |
This class is the base class for all threads. More... | |
Functions | |
void | addGarbageHandler (void(*handlerfunc)(void *), void *data) |
void | callGarbageHandler () |
void | clearGarbageHandler () |
void addGarbageHandler | ( | void(*)(void *) | handlerfunc, | |
void * | data | |||
) |
Definition at line 213 of file mmsthread.cpp.
void callGarbageHandler | ( | ) |
Definition at line 231 of file mmsthread.cpp.
void clearGarbageHandler | ( | ) |
Definition at line 246 of file mmsthread.cpp.