B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
Thread.h File Reference
#include <cstddef>
#include <string>
#include "B2BITS_SystemException.h"
#include "B2BITS_IntDefines.h"
#include "B2BITS_Mutex.h"
#include "ManualEvent.h"
#include <pthread.h>
+ Include dependency graph for Thread.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  System::Thread
 A thread of execution in a program. More...
 

Namespaces

 System
 Platform specific classes.
 

Typedefs

typedef pthread_t ThreadId
 

Functions

void exitRoutine (void *)
 

Typedef Documentation

typedef pthread_t ThreadId

Function Documentation

void exitRoutine ( void *  )