Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dsemaphore-private.h33 semaphore_mutex; variable
36 semaphore_mutex = PTHREAD_MUTEX_INITIALIZER; variable
39 semaphore_mutex = 0; variable
42 semaphore_mutex = 0; variable
52 omp_destroy_lock(&semaphore_mutex); in DestroyMagickMutex()
61 omp_init_lock(&semaphore_mutex); in InitializeMagickMutex()
69 omp_set_lock(&semaphore_mutex); in LockMagickMutex()
75 status=pthread_mutex_lock(&semaphore_mutex); in LockMagickMutex()
83 while (InterlockedCompareExchange(&semaphore_mutex,1L,0L) != 0) in LockMagickMutex()
91 omp_unset_lock(&semaphore_mutex); in UnlockMagickMutex()
[all …]