Lines Matching refs:delegate_semaphore
159 *delegate_semaphore = (SemaphoreInfo *) NULL; variable
250 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()
1271 UnlockSemaphoreInfo(delegate_semaphore); in GetDelegateInfo()
1367 LockSemaphoreInfo(delegate_semaphore); in GetDelegateInfoList()
1378 UnlockSemaphoreInfo(delegate_semaphore); in GetDelegateInfoList()
1461 LockSemaphoreInfo(delegate_semaphore); in GetDelegateList()
1474 UnlockSemaphoreInfo(delegate_semaphore); in GetDelegateList()
1573 if (delegate_semaphore == (SemaphoreInfo *) NULL) in IsDelegateCacheInstantiated()
1574 ActivateSemaphoreInfo(&delegate_semaphore); in IsDelegateCacheInstantiated()
1575 LockSemaphoreInfo(delegate_semaphore); in IsDelegateCacheInstantiated()
1578 UnlockSemaphoreInfo(delegate_semaphore); in IsDelegateCacheInstantiated()