MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
thread.c File Reference
Include dependency graph for thread.c:

Go to the source code of this file.

Data Structures

struct  _MagickThreadValue
 

Typedefs

typedef struct _MagickThreadValue MagickThreadValue
 

Functions

MagickExport MagickBooleanType CreateMagickThreadKey (MagickThreadKey *key, void(*destructor)(void *))
 
MagickExport MagickBooleanType DeleteMagickThreadKey (MagickThreadKey key)
 
MagickExport void * GetMagickThreadValue (MagickThreadKey key)
 
MagickExport MagickBooleanType SetMagickThreadValue (MagickThreadKey key, const void *value)
 

Typedef Documentation

◆ MagickThreadValue

Function Documentation

◆ CreateMagickThreadKey()

◆ DeleteMagickThreadKey()

◆ GetMagickThreadValue()

MagickExport void * GetMagickThreadValue ( MagickThreadKey  key)

Definition at line 190 of file thread.c.

References GetOpenMPThreadId(), pthread_getspecific, and _MagickThreadValue::values.

◆ SetMagickThreadValue()

MagickExport MagickBooleanType SetMagickThreadValue ( MagickThreadKey  key,
const void *  value 
)