Home
last modified time | relevance | path

Searched defs:SemaphoreInfo (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dsemaphore.c60 struct SemaphoreInfo struct
86 % ActivateSemaphoreInfo() activates a semaphore under protection of a mutex argument
91 % void ActivateSemaphoreInfo(SemaphoreInfo **semaphore_info) argument
H A Dsemaphore.h26 SemaphoreInfo; typedef
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dsemaphore.c60 struct SemaphoreInfo struct
86 % ActivateSemaphoreInfo() activates a semaphore under protection of a mutex argument
91 % void ActivateSemaphoreInfo(SemaphoreInfo **semaphore_info) argument
H A Dsemaphore.h26 SemaphoreInfo; typedef
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dsemaphore.c60 struct SemaphoreInfo struct
86 % ActivateSemaphoreInfo() activates a semaphore under protection of a mutex argument
91 % void ActivateSemaphoreInfo(SemaphoreInfo **semaphore_info) argument
H A Dsemaphore.h26 SemaphoreInfo; typedef
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dsemaphore.c60 struct SemaphoreInfo struct
86 % ActivateSemaphoreInfo() activates a semaphore under protection of a mutex argument
91 % void ActivateSemaphoreInfo(SemaphoreInfo **semaphore_info) argument
H A Dsemaphore.h26 SemaphoreInfo; typedef
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dsemaphore.h18 typedef struct _SemaphoreInfo SemaphoreInfo; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrGpu.cpp623 struct SemaphoreInfo { in finishFlush() struct
624 std::unique_ptr<GrSemaphore> fSemaphore; in finishFlush()
625 bool fDidCreate = false; in finishFlush()