Searched refs:AcpiOsWaitSemaphore (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/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()
|
/freebsd/sys/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()
|
/freebsd/sys/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()
|
/freebsd/sys/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)
|
/freebsd/sys/dev/acpica/Osd/ |
H A D | OsdSynch.c | 150 AcpiOsWaitSemaphore(ACPI_SEMAPHORE Handle, UINT32 Units, UINT16 Timeout) in AcpiOsWaitSemaphore() function
|