cheshirekow  v0.1.0
thread.h File Reference
#include <pthread.h>
#include <cpp_pthreads/attr.h>

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...