Lines Matching refs:registry_semaphore
77 *registry_semaphore = (SemaphoreInfo *) NULL; variable
300 if (registry_semaphore == (SemaphoreInfo *) NULL) in RegistryComponentGenesis()
301 registry_semaphore=AcquireSemaphoreInfo(); in RegistryComponentGenesis()
325 if (registry_semaphore == (SemaphoreInfo *) NULL) in RegistryComponentTerminus()
326 ActivateSemaphoreInfo(®istry_semaphore); in RegistryComponentTerminus()
327 LockSemaphoreInfo(registry_semaphore); in RegistryComponentTerminus()
332 UnlockSemaphoreInfo(registry_semaphore); in RegistryComponentTerminus()
333 RelinquishSemaphoreInfo(®istry_semaphore); in RegistryComponentTerminus()
526 if (registry_semaphore == (SemaphoreInfo *) NULL) in SetImageRegistry()
527 ActivateSemaphoreInfo(®istry_semaphore); in SetImageRegistry()
528 LockSemaphoreInfo(registry_semaphore); in SetImageRegistry()
532 UnlockSemaphoreInfo(registry_semaphore); in SetImageRegistry()