Jack::JackWinThread Class Reference

Windows threads. More...

#include <JackWinThread.h>

Inheritance diagram for Jack::JackWinThread:

Jack::detail::JackThreadInterface

List of all members.

Public Member Functions

 JackWinThread (JackRunnableInterface *runnable)
int Start ()
int StartSync ()
int Kill ()
int Stop ()
void Terminate ()
int AcquireRealTime ()
int AcquireRealTime (int priority)
int DropRealTime ()
pthread_t GetThreadID ()

Static Public Member Functions

static int AcquireRealTimeImp (pthread_t thread, int priority)
static int AcquireRealTimeImp (pthread_t thread, int priority, UInt64 period, UInt64 computation, UInt64 constraint)
static int DropRealTimeImp (pthread_t thread)
static int StartImp (pthread_t *thread, int priority, int realtime, void *(*start_routine)(void *), void *arg)
static int StartImp (pthread_t *thread, int priority, int realtime, ThreadCallback start_routine, void *arg)
static int StopImp (pthread_t thread)
static int KillImp (pthread_t thread)


Detailed Description

Windows threads.

Definition at line 39 of file JackWinThread.h.


The documentation for this class was generated from the following files:

Generated on Tue Feb 17 20:19:54 2009 for Jack2 by  doxygen 1.5.7.1