Classes | Defines | Typedefs | Functions

src/util/header/Thread.h File Reference

Go to the source code of this file.

Classes

class  Thread
class  Section
 Class defining a critical section. More...

Defines

#define THREADFUNCTION(__funcname, __input)   ulong __stdcall __funcname(void* __input)
#define RETURN(_value)   return (ulong)_value

Typedefs

typedef ulong(__stdcall * Function )(void *)
typedef ThreadpThread
typedef SectionpSection

Functions

void wait (unsigned long milsec)

Define Documentation

#define RETURN (   _value  )     return (ulong)_value

Definition at line 5 of file Thread.h.

#define THREADFUNCTION (   __funcname,
  __input 
)    ulong __stdcall __funcname(void* __input)

Definition at line 4 of file Thread.h.


Typedef Documentation

typedef ulong(__stdcall* Function)(void *)

Definition at line 2 of file Thread.h.

typedef Section* pSection

Definition at line 38 of file Thread.h.

typedef Thread* pThread

Definition at line 21 of file Thread.h.


Function Documentation

void wait ( unsigned long  milsec  )  [inline]

Wait for the specified time. The time format is in milli seconds.

Definition at line 42 of file Thread.h.