Added AcpiOsGetThreadId

date	2001.02.24.00.30.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:34:48 +00:00
parent 3d78302d0a
commit 98207d8c04

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: oswinxf - Windows application interface
* $Revision: 1.3 $
* $Revision: 1.4 $
*
*****************************************************************************/
@ -766,6 +766,29 @@ AcpiOsRemoveInterruptHandler (
}
/******************************************************************************
*
* FUNCTION: AcpiOsGetThreadId
*
* PARAMETERS: None
*
* RETURN: Id of the running thread
*
* DESCRIPTION: Get the Id of the current (running) thread
*
*****************************************************************************/
UINT32
AcpiOsGetThreadId (
void)
{
return (GetCurrentThreadId ());
}
/******************************************************************************
*
* FUNCTION: AcpiOsQueueForExecution