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 pthread_t MagickThreadType
typedef pthread_key_t MagickThreadKey

Functions

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

Typedef Documentation

typedef pthread_key_t MagickThreadKey

Definition at line 34 of file thread_.h.

typedef pthread_t MagickThreadType

Definition at line 26 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 MagickFalse, MagickTrue, and pthread_setspecific.


Generated on 19 Nov 2009 for MagickCore by  doxygen 1.6.1