thread.h File Reference

#include <signal.h>
#include <pthread.h>
#include <dvutil/debug.h>
#include <dvthread/barrier.h>
#include <iostream>
Include dependency graph for thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dv::Thread::Thread
 Posix thread class. More...

Namespaces

namespace  Dv
namespace  Dv::Thread

Functions

int Dv::Thread::start (Thread &t)
 Start up thread, executing the main function of this Thread object.

Variables

Debug Dv::Thread::thread_debug
 Global Dv::Util debug object that can be used to generate trace information from within the package.

dvthread-0.13.4 [11 December, 2009]