Home
last modified time | relevance | path

Searched refs:AcpiGbl_Semaphores (Results 1 – 1 of 1) sorted by relevance

/acpica-latest/source/os_specific/service_layers/
Doswinxf.c207 ACPI_OS_SEMAPHORE_INFO AcpiGbl_Semaphores[ACPI_OS_MAX_SEMAPHORES]; variable
254 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 …]