Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexsystem.c186 Status = AcpiOsWaitSemaphore (Semaphore, 1, ACPI_DO_NOT_WAIT); in AcpiExSystemWaitSemaphore()
197 Status = AcpiOsWaitSemaphore (Semaphore, 1, Timeout); in AcpiExSystemWaitSemaphore()
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c846 AcpiOsWaitSemaphore ( in AcpiOsWaitSemaphore() function
980 AcpiOsWaitSemaphore ( in AcpiOsWaitSemaphore() function
1169 AcpiOsWaitSemaphore (Handle, 1, 0xFFFF); in AcpiOsAcquireLock()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c736 (void) AcpiOsWaitSemaphore (Info->InfoGate, 1, ACPI_WAIT_FOREVER); in AcpiDbMethodThread()
795 (void) AcpiOsWaitSemaphore (Info->ThreadCompleteGate, in AcpiDbMethodThread()
1097 (void) AcpiOsWaitSemaphore (MainThreadGate, 1, ACPI_WAIT_FOREVER); in AcpiDbCreateExecutionThreads()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h289 AcpiOsWaitSemaphore (
H A Dactypes.h384 #define AcpiOsAcquireMutex(Handle,Time) AcpiOsWaitSemaphore (Handle, 1, Time)
/freebsd/sys/dev/acpica/Osd/
H A DOsdSynch.c150 AcpiOsWaitSemaphore(ACPI_SEMAPHORE Handle, UINT32 Units, UINT16 Timeout) in AcpiOsWaitSemaphore() function