sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // e32test\demandpaging\t_dpcmn.h sl@0: // sl@0: // sl@0: sl@0: extern TInt gPageSize; sl@0: extern TBool gPagingSupported; sl@0: extern TBool gRomPagingSupported; sl@0: extern TBool gCodePagingSupported; sl@0: extern TBool gDataPagingSupported; sl@0: extern TInt gDataPagingPolicy; sl@0: extern TBool gProcessPaged; sl@0: sl@0: extern TBool gGlobalNoPaging; sl@0: extern TBool gGlobalAlwaysPage; sl@0: extern TBool gGlobalDefaultUnpaged; sl@0: extern TBool gGlobalDefaultPage; sl@0: sl@0: // Size of paging cache in pages sl@0: extern TUint gMinCacheSize; sl@0: extern TUint gMaxCacheSize; sl@0: extern TUint gCurrentCacheSize; sl@0: sl@0: extern RChunk gChunk; sl@0: extern RTest test; sl@0: sl@0: TInt GetGlobalPolicies(); sl@0: TBool IsDataPagingSupported(); sl@0: void UpdatePaged(TBool& aPaged); sl@0: TInt TestThreadExit(RThread& aThread, TExitType aExitType, TInt aExitReason); sl@0: