Searched refs:random_semaphore (Results 1 – 1 of 1) sorted by relevance
131 *random_semaphore = (SemaphoreInfo *) NULL; variable802 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentGenesis()803 random_semaphore=AcquireSemaphoreInfo(); in RandomComponentGenesis()827 if (random_semaphore == (SemaphoreInfo *) NULL) in RandomComponentTerminus()828 ActivateSemaphoreInfo(&random_semaphore); in RandomComponentTerminus()829 RelinquishSemaphoreInfo(&random_semaphore); in RandomComponentTerminus()