Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexsystem.c186 Status = AcpiOsWaitSemaphore (Semaphore, 1, ACPI_DO_NOT_WAIT); in AcpiExSystemWaitSemaphore()
197 Status = AcpiOsWaitSemaphore (Semaphore, 1, Timeout); in AcpiExSystemWaitSemaphore()
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Doswinxf.c844 AcpiOsWaitSemaphore ( in AcpiOsWaitSemaphore() function
987 AcpiOsWaitSemaphore ( in AcpiOsWaitSemaphore() function
1145 AcpiOsWaitSemaphore (Handle, 1, 0xFFFF); in AcpiOsAcquireLock()
1181 AcpiOsWaitSemaphore (Handle, 1, Timeout); in AcpiOsAcquireMutex()
H A Dosunixxf.c846 AcpiOsWaitSemaphore ( in AcpiOsWaitSemaphore() function
980 AcpiOsWaitSemaphore ( in AcpiOsWaitSemaphore() function
1169 AcpiOsWaitSemaphore (Handle, 1, 0xFFFF); in AcpiOsAcquireLock()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbexec.c737 (void) AcpiOsWaitSemaphore (Info->InfoGate, 1, ACPI_WAIT_FOREVER); in AcpiDbMethodThread()
796 (void) AcpiOsWaitSemaphore (Info->ThreadCompleteGate, in AcpiDbMethodThread()
1098 (void) AcpiOsWaitSemaphore (MainThreadGate, 1, ACPI_WAIT_FOREVER); in AcpiDbCreateExecutionThreads()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacpiosxf.h289 AcpiOsWaitSemaphore (
H A Dactypes.h384 #define AcpiOsAcquireMutex(Handle,Time) AcpiOsWaitSemaphore (Handle, 1, Time)
/dragonfly/sys/dev/acpica/Osd/
H A DOsdSynch.c124 AcpiOsWaitSemaphore(ACPI_HANDLE Handle, UINT32 Units, UINT16 Timeout) in AcpiOsWaitSemaphore() function