Added THREAD_STATE to track threads and mutexes

date	2001.11.06.21.29.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:54:03 +00:00
parent 8a7720f1dd
commit d30ea4a3dc

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
* $Revision: 1.97 $
* $Revision: 1.98 $
*
*****************************************************************************/
@ -303,8 +303,8 @@ typedef struct acpi_obj_mutex /* MUTEX */
UINT16 SyncLevel;
UINT16 AcquisitionDepth;
struct acpi_thread_state *OwnerThread;
void *Semaphore;
void *Owner;
union acpi_operand_obj *Prev; /* Link for list of acquired mutexes */
union acpi_operand_obj *Next; /* Link for list of acquired mutexes */