Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Thread.h File Reference

Describes the Thread class and its AutoThread templated subclass. More...

#include "Shared/Resource.h"
#include <stddef.h>
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  Thread
 Provides a nice wrapping of pthreads library. More...
class  Thread::Lock
 an inter-thread lock -- doesn't work across processes, only threads within a process. (see MutexLock for inter-process locks) More...
class  Thread::Condition
 Provides an inter-thread signaling and synchronization mechanism. More...
struct  Thread::NoCancelScope
struct  Thread::cancellation_exception
 this is thrown by testCancel() on systems where pthread_testcancel() doesn't do what we want More...

Namespaces

namespace  stacktrace
 

Holds the C-style interface for the stack trace routines.


Defines

#define USE_PTHREAD_CANCEL
#define USE_TESTCANCEL_IN_INTERRUPT

Detailed Description

Describes the Thread class and its AutoThread templated subclass.

Author:
ejt (Creator)

Definition in file Thread.h.


Define Documentation

#define USE_PTHREAD_CANCEL

Definition at line 20 of file Thread.h.

#define USE_TESTCANCEL_IN_INTERRUPT

Definition at line 21 of file Thread.h.


Tekkotsu v5.1CVS
Generated Mon May 9 04:59:03 2016 by Doxygen 1.6.3