MagickCore 7.0.10
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

◆ WizardThreadKey

typedef size_t* WizardThreadKey

Definition at line 38 of file thread_.h.

◆ WizardThreadType

typedef pid_t WizardThreadType

Definition at line 30 of file thread_.h.

Function Documentation

◆ WizardCreateThreadKey()

WizardExport WizardBooleanType WizardCreateThreadKey ( WizardThreadKey )

◆ WizardDeleteThreadKey()

WizardExport WizardBooleanType WizardDeleteThreadKey ( WizardThreadKey  )

◆ WizardGetThreadValue()

WizardExport void * WizardGetThreadValue ( WizardThreadKey  key)

Definition at line 134 of file thread.c.

◆ WizardSetThreadValue()

WizardExport WizardBooleanType WizardSetThreadValue ( WizardThreadKey  key,
const void *  value 
)

Definition at line 170 of file thread.c.

References WizardFalse, and WizardTrue.