Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/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()
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacpiosxf.h289 AcpiOsWaitSemaphore (
H A Dactypes.h384 #define AcpiOsAcquireMutex(Handle,Time) AcpiOsWaitSemaphore (Handle, 1, Time)