Classes | Enumerations

Beesnest/Windows/DcThread.h File Reference

#include "../DcGlobals.h"
#include "../DcException.h"

Go to the source code of this file.

Classes

class  CdcThread
 A wrapper on an OS threads. More...

Enumerations

enum  t_thread_priority {
  DC_TP_LOWER = -2, DC_TP_LOW = -1, DC_TP_NORNAL = 0, DC_TP_HIGH = 1,
  DC_TP_HIGHER = 2
}

Enumeration Type Documentation

Enumerator:
DC_TP_LOWER 
DC_TP_LOW 
DC_TP_NORNAL 
DC_TP_HIGH 
DC_TP_HIGHER 

Definition at line 29 of file DcThread.h.