Searched refs:AcpiOsCreateSemaphore (Results 1 – 11 of 11) sorted by relevance
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | oswinxf.c | 695 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 D | osunixxf.c | 697 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function 745 AcpiOsCreateSemaphore ( in AcpiOsCreateSemaphore() function 1004 return (AcpiOsCreateSemaphore (1, 1, OutHandle)); in AcpiOsCreateLock()
|
| A D | osfuchsia.cpp | 631 ACPI_STATUS AcpiOsCreateSemaphore( in AcpiOsCreateSemaphore() function
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | exsystem.c | 341 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore); in AcpiExSystemResetEvent()
|
| A D | excreate.c | 194 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiExCreateEvent()
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbexec.c | 711 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 D | acpiosxf.h | 167 AcpiOsCreateSemaphore (
|
| A D | actypes.h | 272 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsaccess.c | 221 Status = AcpiOsCreateSemaphore ( in AcpiNsRootInitialize()
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utcopy.c | 841 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, in AcpiUtCopySimpleObject()
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 16261 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.
|
Completed in 37 milliseconds