|
WizardsToolkit
1.0.7
|

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 size_t* WizardThreadKey |
| typedef pid_t WizardThreadType |
| WizardExport WizardBooleanType WizardCreateThreadKey | ( | WizardThreadKey * | ) |
| WizardExport WizardBooleanType WizardDeleteThreadKey | ( | WizardThreadKey | ) |
| WizardExport void* WizardGetThreadValue | ( | WizardThreadKey | ) |
| WizardExport WizardBooleanType WizardSetThreadValue | ( | WizardThreadKey | , |
| const void * | |||
| ) |
Definition at line 170 of file thread.c.
References WizardTrue, and WizardFalse.