mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +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
8a7720f1dd
commit
d30ea4a3dc
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user