mirror of
https://github.com/acpica/acpica/
synced 2025-03-02 20:31:28 +03:00
Added GetThreadId interface and internal mutex deadlock detection code
date 2001.02.22.17.10.00; author rmoore1; state Exp;
This commit is contained in:
parent
c010d0241d
commit
8cd5a65242
@ -2,7 +2,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Module Name: amsystem - Interface to OS services
|
* Module Name: amsystem - Interface to OS services
|
||||||
* $Revision: 1.55 $
|
* $Revision: 1.56 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -127,26 +127,6 @@
|
|||||||
MODULE_NAME ("amsystem")
|
MODULE_NAME ("amsystem")
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
|
||||||
*
|
|
||||||
* FUNCTION: AcpiAmlSystemThreadId
|
|
||||||
*
|
|
||||||
* PARAMETERS: None
|
|
||||||
*
|
|
||||||
* RETURN: Current Thread ID (for this implementation a 1 is returned)
|
|
||||||
*
|
|
||||||
* DESCRIPTION: An invocation is identified by its Thread ID. In a single
|
|
||||||
* threaded OS the Thread ID is undefined so a 1 will be
|
|
||||||
* returned.
|
|
||||||
*
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
UINT16
|
|
||||||
AcpiAmlSystemThreadId (void)
|
|
||||||
{
|
|
||||||
return (1);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user