WizardsToolkit  1.0.7
thread_.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef pid_t WizardThreadType
typedef size_t * WizardThreadKey

Functions

WizardExport WizardBooleanType WizardCreateThreadKey (WizardThreadKey *)
WizardExport WizardBooleanType WizardDeleteThreadKey (WizardThreadKey)
WizardExport WizardBooleanType WizardSetThreadValue (WizardThreadKey, const void *)
WizardExport void * WizardGetThreadValue (WizardThreadKey)

Typedef Documentation

typedef size_t* WizardThreadKey

Definition at line 38 of file thread_.h.

typedef pid_t WizardThreadType

Definition at line 30 of file thread_.h.


Function Documentation

WizardExport WizardBooleanType WizardCreateThreadKey ( WizardThreadKey )
WizardExport WizardBooleanType WizardDeleteThreadKey ( WizardThreadKey  )
WizardExport void* WizardGetThreadValue ( WizardThreadKey  )

Definition at line 134 of file thread.c.

WizardExport WizardBooleanType WizardSetThreadValue ( WizardThreadKey  ,
const void *   
)

Definition at line 170 of file thread.c.

References WizardTrue, and WizardFalse.