Home
last modified time | relevance | path

Searched refs:random_semaphore (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Drandom.c131 *random_semaphore = (SemaphoreInfo *) NULL; variable
774 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentGenesis()
775 random_semaphore=AcquireSemaphoreInfo(); in RandomComponentGenesis()
799 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentTerminus()
800 ActivateSemaphoreInfo(&random_semaphore); in RandomComponentTerminus()
801 RelinquishSemaphoreInfo(&random_semaphore); in RandomComponentTerminus()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Drandom.c131 *random_semaphore = (SemaphoreInfo *) NULL; variable
774 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentGenesis()
775 random_semaphore=AcquireSemaphoreInfo(); in RandomComponentGenesis()
799 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentTerminus()
800 ActivateSemaphoreInfo(&random_semaphore); in RandomComponentTerminus()
801 RelinquishSemaphoreInfo(&random_semaphore); in RandomComponentTerminus()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Drandom.c129 *random_semaphore = (SemaphoreInfo *) NULL; variable
772 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentGenesis()
773 random_semaphore=AllocateSemaphoreInfo(); in RandomComponentGenesis()
797 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentTerminus()
798 ActivateSemaphoreInfo(&random_semaphore); in RandomComponentTerminus()
799 DestroySemaphoreInfo(&random_semaphore); in RandomComponentTerminus()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Drandom.c129 *random_semaphore = (SemaphoreInfo *) NULL; variable
772 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentGenesis()
773 random_semaphore=AllocateSemaphoreInfo(); in RandomComponentGenesis()
797 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentTerminus()
798 ActivateSemaphoreInfo(&random_semaphore); in RandomComponentTerminus()
799 DestroySemaphoreInfo(&random_semaphore); in RandomComponentTerminus()