The Micro C++ Library
|
Declaration of class micxx::Thread. More...
Classes | |
class | micxx::Thread |
A Thread represents a thread of execution within a process that could be run synchronously or started asynchronously and joined later to regain synchronization. More... | |
Namespaces | |
namespace | micxx |
The Micro C++ Library. | |
Typedefs | |
typedef pthread_t | micxx::ThreadId |
Either pthread_t (if compiled with pthread support) or unsigned long (if compiled for _WIN32 ). | |
Variables | |
class MICXX_EXPORT | micxx::Exception |
Declaration of class micxx::Thread.