]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 20 Feb 2014 14:10:08 +0000 (14:10 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 20 Feb 2014 14:10:08 +0000 (14:10 +0000)
MagickCore/semaphore.c

index a0bec447a052b8071b393f48604577f89e5128d4..f46bf67564b1acaa5a7556191f9e7a6f2c32e5d2 100644 (file)
@@ -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:
 %