#include "magick/thread-private.h"

Go to the source code of this file.
Functions | |
| static RandomInfo ** | DestroyRandomInfoThreadSet (RandomInfo **random_info) |
| static RandomInfo ** | AcquireRandomInfoThreadSet (void) |
| static RandomInfo** AcquireRandomInfoThreadSet | ( | void | ) | [inline, static] |
Definition at line 40 of file random-private.h.
References AcquireAlignedMemory(), AcquireRandomInfo(), DestroyRandomInfoThreadSet(), GetOpenMPMaximumThreads(), _QuantumInfo::number_threads, random_info, and ResetMagickMemory().
Referenced by AddNoiseImageChannel(), EvaluateImageChannel(), RandomThresholdImageChannel(), and SpreadImage().
| static RandomInfo** DestroyRandomInfoThreadSet | ( | RandomInfo ** | random_info | ) | [inline, static] |
Definition at line 27 of file random-private.h.
References DestroyRandomInfo(), GetOpenMPMaximumThreads(), and RelinquishAlignedMemory().
Referenced by AcquireRandomInfoThreadSet(), AddNoiseImageChannel(), EvaluateImageChannel(), RandomThresholdImageChannel(), and SpreadImage().
1.6.1