|
ORIGINAL
|
Thread management utilities. More...
#include "error.h"#include "functional"#include "pthread.h"#include "ownerPtr.h"#include "zeit.h"

Go to the source code of this file.
Classes | |
| class | original::threadBase< DERIVED > |
| Base class for thread implementations. More... | |
| class | original::threadBase< DERIVED >::threadData< Callback > |
| Wrapper for thread execution data. More... | |
| class | original::pThread |
| POSIX thread implementation. More... | |
| class | original::thread |
| High-level thread wrapper. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
Thread management utilities.
Provides a layered threading abstraction with: