|
WizardsToolkit
1.0.7
|
#include "wizard/studio.h"#include "wizard/memory_.h"#include "wizard/thread_.h"#include "wizard/thread-private.h"
Go to the source code of this file.
Functions | |
| WizardExport WizardBooleanType | WizardCreateThreadKey (WizardThreadKey *key) |
| WizardExport WizardBooleanType | WizardDeleteThreadKey (WizardThreadKey key) |
| WizardExport void * | WizardGetThreadValue (WizardThreadKey key) |
| WizardExport WizardBooleanType | WizardSetThreadValue (WizardThreadKey key, const void *value) |
| WizardExport WizardBooleanType WizardCreateThreadKey | ( | WizardThreadKey * | key | ) |
Definition at line 64 of file thread.c.
References WizardTrue, WizardFalse, and AcquireWizardMemory().
| WizardExport WizardBooleanType WizardDeleteThreadKey | ( | WizardThreadKey | key | ) |
Definition at line 99 of file thread.c.
References WizardTrue, WizardFalse, and RelinquishWizardMemory().
| WizardExport void* WizardGetThreadValue | ( | WizardThreadKey | key | ) |
| WizardExport WizardBooleanType WizardSetThreadValue | ( | WizardThreadKey | key, |
| const void * | value | ||
| ) |
Definition at line 170 of file thread.c.
References WizardTrue, and WizardFalse.