|
MagickCore
6.7.5
|
#include "MagickCore/thread-private.h"

Go to the source code of this file.
Functions | |
| MagickPrivate MagickBooleanType | RandomComponentGenesis (void) |
| MagickPrivate void | RandomComponentTerminus (void) |
| static RandomInfo ** | DestroyRandomInfoThreadSet (RandomInfo **random_info) |
| static RandomInfo ** | AcquireRandomInfoThreadSet (void) |
| static RandomInfo** AcquireRandomInfoThreadSet | ( | void | ) | [inline, static] |
Definition at line 46 of file random-private.h.
References random_info, _QuantumInfo::number_threads, GetOpenMPMaximumThreads(), AcquireQuantumMemory(), ResetMagickMemory(), AcquireRandomInfo(), and DestroyRandomInfoThreadSet().
Referenced by SpreadImage(), AddNoiseImage(), SketchImage(), EvaluateImages(), EvaluateImage(), and RandomThresholdImage().
| static RandomInfo** DestroyRandomInfoThreadSet | ( | RandomInfo ** | random_info | ) | [inline, static] |
Definition at line 33 of file random-private.h.
References GetOpenMPMaximumThreads(), DestroyRandomInfo(), and RelinquishMagickMemory().
Referenced by SpreadImage(), AddNoiseImage(), SketchImage(), AcquireRandomInfoThreadSet(), EvaluateImages(), EvaluateImage(), and RandomThresholdImage().
| MagickPrivate MagickBooleanType RandomComponentGenesis | ( | void | ) |
Definition at line 707 of file random.c.
Referenced by MagickCoreGenesis().
| MagickPrivate void RandomComponentTerminus | ( | void | ) |
Definition at line 731 of file random.c.
Referenced by MagickCoreTerminus().