<dec f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='402' type='ACPI_STATUS AcpiExSystemDoStall(UINT32 Time)'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exoparg1.c' l='198' u='c' c='AcpiExOpcode_1A_0T_0R'/>
<def f='src/src/sys/external/bsd/acpica/dist/executer/exsystem.c' l='173' ll='201' type='ACPI_STATUS AcpiExSystemDoStall(UINT32 HowLong)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/executer/exsystem.c' l='156'>/*******************************************************************************
 *
 * FUNCTION:    AcpiExSystemDoStall
 *
 * PARAMETERS:  HowLong         - The amount of time to stall,
 *                                in microseconds
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Suspend running thread for specified amount of time.
 *              Note: ACPI specification requires that Stall() does not
 *              relinquish the processor, and delays longer than 100 usec
 *              should use Sleep() instead. We allow stalls up to 255 usec
 *              for compatibility with other interpreters and existing BIOSs.
 *
 ******************************************************************************/</doc>
