kernel/eka/include/e32std.h
changeset 109 b3a1d9898418
parent 90 947f0dc9f7a8
child 201 43365a9b78a3
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
  4768     IMPORT_C static TBool JustInTime();
  4768     IMPORT_C static TBool JustInTime();
  4769     IMPORT_C static void __DbgMarkStart(TBool aKernel);
  4769     IMPORT_C static void __DbgMarkStart(TBool aKernel);
  4770     IMPORT_C static void __DbgMarkCheck(TBool aKernel, TBool aCountAll, TInt aCount, const TUint8* aFileName, TInt aLineNum);
  4770     IMPORT_C static void __DbgMarkCheck(TBool aKernel, TBool aCountAll, TInt aCount, const TUint8* aFileName, TInt aLineNum);
  4771     IMPORT_C static TUint32 __DbgMarkEnd(TBool aKernel, TInt aCount);
  4771     IMPORT_C static TUint32 __DbgMarkEnd(TBool aKernel, TInt aCount);
  4772     IMPORT_C static void __DbgSetAllocFail(TBool aKernel, RAllocator::TAllocFail aFail, TInt aRate);
  4772     IMPORT_C static void __DbgSetAllocFail(TBool aKernel, RAllocator::TAllocFail aFail, TInt aRate);
       
  4773     IMPORT_C static RAllocator::TAllocFail __DbgGetAllocFail(TBool aKernel);
  4773     IMPORT_C static void __DbgSetBurstAllocFail(TBool aKernel, RAllocator::TAllocFail aFail, TUint aRate, TUint aBurst);
  4774     IMPORT_C static void __DbgSetBurstAllocFail(TBool aKernel, RAllocator::TAllocFail aFail, TUint aRate, TUint aBurst);
  4774 	IMPORT_C static TUint __DbgCheckFailure(TBool aKernel);
  4775 	IMPORT_C static TUint __DbgCheckFailure(TBool aKernel);
  4775 	IMPORT_C static void PanicUnexpectedLeave(); /**< @internalComponent */
  4776 	IMPORT_C static void PanicUnexpectedLeave(); /**< @internalComponent */
  4776     // Name Validation
  4777     // Name Validation
  4777     IMPORT_C static TInt ValidateName(const TDesC& aName);
  4778     IMPORT_C static TInt ValidateName(const TDesC& aName);