mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 22:39:17 +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
398ceddff2
commit
43fb529526
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: utalloc - local cache and memory allocation routines
|
||||
* $Revision: 1.108 $
|
||||
* $Revision: 1.109 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -671,6 +671,10 @@ AcpiUtDumpAllocations (
|
||||
case ACPI_DESC_TYPE_STATE_NOTIFY:
|
||||
AcpiOsPrintf ("NOTIFY StateObj");
|
||||
break;
|
||||
|
||||
case ACPI_DESC_TYPE_STATE_THREAD:
|
||||
AcpiOsPrintf ("THREAD StateObj");
|
||||
break;
|
||||
}
|
||||
|
||||
AcpiOsPrintf ( "\n");
|
||||
|
Loading…
Reference in New Issue
Block a user