MagickCore  6.7.5
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 MagickThreadType
typedef size_t * MagickThreadKey

Functions

MagickExport MagickBooleanType MagickCreateThreadKey (MagickThreadKey *)
MagickExport MagickBooleanType MagickDeleteThreadKey (MagickThreadKey)
MagickExport MagickBooleanType MagickSetThreadValue (MagickThreadKey, const void *)
MagickExport void * MagickGetThreadValue (MagickThreadKey)

Typedef Documentation

typedef size_t* MagickThreadKey

Definition at line 38 of file thread_.h.

typedef pid_t MagickThreadType

Definition at line 30 of file thread_.h.


Function Documentation

MagickExport MagickBooleanType MagickCreateThreadKey ( MagickThreadKey )
MagickExport MagickBooleanType MagickDeleteThreadKey ( MagickThreadKey  )
MagickExport void* MagickGetThreadValue ( MagickThreadKey  )

Definition at line 134 of file thread.c.

References pthread_getspecific.

MagickExport MagickBooleanType MagickSetThreadValue ( MagickThreadKey  ,
const void *   
)

Definition at line 170 of file thread.c.

References pthread_setspecific, MagickTrue, and MagickFalse.