![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
#include "Cpl/System/Thread.h"
#include "Cpl/System/Semaphore.h"
#include "Cpl/Text/FString.h"
#include <pthread.h>
Go to the source code of this file.
Classes | |
class | Cpl::System::Posix::Thread |
This concrete class implements a Thread object using Posix threads. More... | |
Namespaces | |
namespace | Cpl |
The 'Cpl' namespace is the root name space for the Colony. | |
namespace | Cpl::System |
The System namespace contains platform independent foundation abstractions and classes related to program execution. | |
namespace | Cpl::System::Posix |
Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces using POSIX threading functions. | |