Searched refs:semaphore_mutex (Results 1 – 1 of 1) sorted by relevance
33 semaphore_mutex; variable36 semaphore_mutex = PTHREAD_MUTEX_INITIALIZER; variable39 semaphore_mutex = 0; variable42 semaphore_mutex = 0; variable52 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 …]