Searched refs:AcpiOsWaitSemaphore (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/executer/ |
| H A D | exsystem.c | 186 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 D | osunixxf.c | 846 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 D | dbexec.c | 736 (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 D | acpiosxf.h | 289 AcpiOsWaitSemaphore (
|
| H A D | actypes.h | 384 #define AcpiOsAcquireMutex(Handle,Time) AcpiOsWaitSemaphore (Handle, 1, Time)
|