Searched refs:delegate_semaphore (Results 1 – 1 of 1) sorted by relevance
159 *delegate_semaphore = (SemaphoreInfo *) NULL; variable250 if (delegate_semaphore == (SemaphoreInfo *) NULL) in DelegateComponentGenesis()251 delegate_semaphore=AcquireSemaphoreInfo(); in DelegateComponentGenesis()296 if (delegate_semaphore == (SemaphoreInfo *) NULL) in DelegateComponentTerminus()297 ActivateSemaphoreInfo(&delegate_semaphore); in DelegateComponentTerminus()298 LockSemaphoreInfo(delegate_semaphore); in DelegateComponentTerminus()301 UnlockSemaphoreInfo(delegate_semaphore); in DelegateComponentTerminus()302 RelinquishSemaphoreInfo(&delegate_semaphore); in DelegateComponentTerminus()1233 LockSemaphoreInfo(delegate_semaphore); in GetDelegateInfo()1238 UnlockSemaphoreInfo(delegate_semaphore); in GetDelegateInfo()[all …]