C:/rwlock/thread_w32.cpp File Reference

#include <process.h>
#include "thread.hh"

Go to the source code of this file.

Classes

struct  W32ThreadData
struct  ThreadPriorityStr

Functions

static unsigned __stdcall W32ThreadFunc (void *currThread)


Function Documentation

static unsigned __stdcall W32ThreadFunc ( void *  currThread  )  [static]

Definition at line 19 of file thread_w32.cpp.

00020     {
00021             ((Thread *)currThread)->internalRun();
00022             return(0);
00023     }


Generated on Wed Mar 19 14:59:59 2008 for rwlock by  doxygen 1.5.5