|
cheshirekow
v0.1.0
|
Go to the source code of this file.
Classes | |
| class | pthreads::Thread |
| A thread... presumably you know what this is. More... | |
Namespaces | |
| pthreads | |
| Wraps posix-threads (pthreads.h) with object oriented API. | |
Functions | |
| template<class T > | |
| void * | pthreads::callCallable (void *obj) |
| function which invokes a callable object when that object is passed to launch a thread More... | |