Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/os_specific/service_layers/
A Doswinxf.c695 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
744 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
999 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateLock()
1034 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateMutex()
A Dosunixxf.c697 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
745 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function
1004 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateLock()
A Dosfuchsia.cpp631 ACPI_STATUS AcpiOsCreateSemaphore( in AcpiOsCreateSemaphore() function
/third_party/lib/acpica/source/components/executer/
A Dexsystem.c341 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore); in AcpiExSystemResetEvent()
A Dexcreate.c194 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiExCreateEvent()
/third_party/lib/acpica/source/components/debugger/
A Ddbexec.c711 Status = AcpiOsCreateSemaphore (1, 0, &MainThreadGate); in AcpiDbCreateExecutionThreads()
724 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
735 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate); in AcpiDbCreateExecutionThreads()
/third_party/lib/acpica/source/include/acpica/
A Dacpiosxf.h167 AcpiOsCreateSemaphore (
A Dactypes.h272 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
/third_party/lib/acpica/source/components/namespace/
A Dnsaccess.c221 Status = AcpiOsCreateSemaphore ( in AcpiNsRootInitialize()
/third_party/lib/acpica/source/components/utilities/
A Dutcopy.c841 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiUtCopySimpleObject()
/third_party/lib/acpica/
A Dchanges.txt16261 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.

Completed in 37 milliseconds