Update contrib.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\memmodel\epoc\multiple\arm\xsched.cpp
20 #define iMState iWaitLink.iSpare1
22 #ifdef __REQUEST_COMPLETE_MACHINE_CODED__
24 extern "C" void __DebugMsgDThreadRequestComplete(TInt a0, TInt a1)
26 DThread* pT=(DThread*)a0;
27 __KTRACE_OPT(KDATAPAGEWARN,Kern::Printf("Data paging: Use of deprecated DThread::RequestComplete API by %O at %08x", pT, a1));
30 extern "C" void __DebugMsgRequestComplete(TInt a0, TInt a1, TInt a2)
32 DThread* pT=(DThread*)a0;
33 __KTRACE_OPT(KTHREAD,Kern::Printf("Thread %O RequestComplete %08x %d",pT,a1,a2));
36 extern "C" void __DebugMsgReqCompleteWrite(TInt a0, TInt a1, TInt a2)
38 __KTRACE_OPT(KTHREAD,Kern::Printf("Writing %d to %08x",a2,a0+a1));