HomeSort by: relevance | last modified time | path
    Searched defs:AcpiGbl_Semaphores (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c 207 ACPI_OS_SEMAPHORE_INFO AcpiGbl_Semaphores[ACPI_OS_MAX_SEMAPHORES];
254 memset (AcpiGbl_Semaphores, 0x00, sizeof (AcpiGbl_Semaphores));
906 if (!AcpiGbl_Semaphores[i].OsHandle)
928 AcpiGbl_Semaphores[i].MaxUnits = (UINT16) MaxUnits;
929 AcpiGbl_Semaphores[i].CurrentUnits = (UINT16) InitialUnits;
930 AcpiGbl_Semaphores[i].OsHandle = Mutex;
961 !AcpiGbl_Semaphores[Index].OsHandle)
966 CloseHandle (AcpiGbl_Semaphores[Index].OsHandle);
967 AcpiGbl_Semaphores[Index].OsHandle = NULL
    [all...]

Completed in 12 milliseconds