From f64ebaed063fa7b9a679cf258c6091e9e4d6c09f Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 20 Feb 2014 14:10:08 +0000 Subject: [PATCH] --- MagickCore/semaphore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MagickCore/semaphore.c b/MagickCore/semaphore.c index a0bec447a..f46bf6756 100644 --- a/MagickCore/semaphore.c +++ b/MagickCore/semaphore.c @@ -242,7 +242,8 @@ MagickExport SemaphoreInfo *AcquireSemaphoreInfo(void) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% ActivateSemaphoreInfo() acquires a semaphore. +% ActivateSemaphoreInfo() activates a semaphore under protection of a mutex +% to ensure only one thread allocates the semaphore. % % The format of the ActivateSemaphoreInfo method is: % -- 2.50.1