Searched refs:AcpiGbl_Semaphores (Results 1 – 1 of 1) sorted by relevance
207 ACPI_OS_SEMAPHORE_INFO AcpiGbl_Semaphores[ACPI_OS_MAX_SEMAPHORES]; variable254 memset (AcpiGbl_Semaphores, 0x00, sizeof (AcpiGbl_Semaphores)); in AcpiOsInitialize()906 if (!AcpiGbl_Semaphores[i].OsHandle) in AcpiOsCreateSemaphore()928 AcpiGbl_Semaphores[i].MaxUnits = (UINT16) MaxUnits; in AcpiOsCreateSemaphore()929 AcpiGbl_Semaphores[i].CurrentUnits = (UINT16) InitialUnits; in AcpiOsCreateSemaphore()930 AcpiGbl_Semaphores[i].OsHandle = Mutex; in AcpiOsCreateSemaphore()961 !AcpiGbl_Semaphores[Index].OsHandle) in AcpiOsDeleteSemaphore()966 CloseHandle (AcpiGbl_Semaphores[Index].OsHandle); in AcpiOsDeleteSemaphore()967 AcpiGbl_Semaphores[Index].OsHandle = NULL; in AcpiOsDeleteSemaphore()1001 !AcpiGbl_Semaphores[Index].OsHandle) in AcpiOsWaitSemaphore()[all …]