Thread Struct Reference

Thread Purpose: hold the information about a thread. More...

#include <thread.h>

Collaboration diagram for Thread:
Collaboration graph
[legend]

Data Fields

rzb_thread_t iThread
 pthread Thread info.
struct MutexmMutex
 mutex protecting this struct
bool bRunning
 true if executing, false if not: must be managed explicitly by thread function
void * pUserData
 Additional info for the thread.
char * sName
 The thread name.
struct RazorbackContextpContext
 The Thread Context.
void(* mainFunction )(struct Thread *)
 Thread Main Function.
bool bShutdown
 Shutdown Flag.
int refs
 Reference count.

Detailed Description

Thread Purpose: hold the information about a thread.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Enumerations Enumerator Defines
Generated on Sun Dec 9 04:00:11 2012 for RazorbackAPI by  doxygen 1.6.3