mirror of
https://github.com/acpica/acpica/
synced 2025-01-28 20:25:25 +03:00
Added THREAD_STATE to track threads and mutexes
date 2001.11.06.21.29.00; author rmoore1; state Exp;
This commit is contained in:
parent
82c1d6b21f
commit
8c7614f8bc
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
|
||||
* $Revision: 1.118 $
|
||||
* $Revision: 1.119 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -619,6 +619,10 @@ ACPI_GENERIC_STATE *
|
||||
AcpiUtCreateGenericState (
|
||||
void);
|
||||
|
||||
ACPI_THREAD_STATE *
|
||||
AcpiUtCreateThreadState (
|
||||
void);
|
||||
|
||||
ACPI_GENERIC_STATE *
|
||||
AcpiUtCreateUpdateState (
|
||||
ACPI_OPERAND_OBJECT *Object,
|
||||
|
Loading…
x
Reference in New Issue
Block a user