|
MagickCore
6.7.5
|

Go to the source code of this file.
Data Structures | |
| struct | _GhostInfo |
Defines | |
| #define | gs_main_instance_DEFINED |
| #define | MagickDLLCall |
Typedefs | |
| typedef struct gs_main_instance_s | gs_main_instance |
| typedef struct _GhostInfo | GhostInfo |
Functions | |
| MagickPrivate MagickBooleanType | DelegateComponentGenesis (void) |
| MagickPrivate void | DelegateComponentTerminus (void) |
| #define gs_main_instance_DEFINED |
Definition at line 31 of file delegate-private.h.
| #define MagickDLLCall |
Definition at line 40 of file delegate-private.h.
| typedef struct _GhostInfo GhostInfo |
| typedef struct gs_main_instance_s gs_main_instance |
Definition at line 32 of file delegate-private.h.
| MagickPrivate MagickBooleanType DelegateComponentGenesis | ( | void | ) |
Definition at line 164 of file delegate.c.
References AcquireSemaphoreInfo(), delegate_semaphore, and MagickTrue.
Referenced by MagickCoreGenesis().
| MagickPrivate void DelegateComponentTerminus | ( | void | ) |
Definition at line 207 of file delegate.c.
References delegate_semaphore, AcquireSemaphoreInfo(), LockSemaphoreInfo(), delegate_list, DestroyLinkedList(), DestroyDelegate(), instantiate_delegate, MagickFalse, UnlockSemaphoreInfo(), and DestroySemaphoreInfo().
Referenced by MagickCoreTerminus().