kerneltest/e32test/system/t_prot.cpp
changeset 109 b3a1d9898418
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
    47 #include "../mmu/mmudetect.h"
    47 #include "../mmu/mmudetect.h"
    48 
    48 
    49 void DoUndefinedInstruction();
    49 void DoUndefinedInstruction();
    50 
    50 
    51 const TInt KHeapSize=0x200;
    51 const TInt KHeapSize=0x200;
    52 const TInt KThreadReturnValue=9999;
       
    53 
    52 
    54 _LIT(KLitKernExec,"KERN-EXEC");
    53 _LIT(KLitKernExec,"KERN-EXEC");
    55 
    54 
    56 class RSessionTest : public RSessionBase
    55 class RSessionTest : public RSessionBase
    57 	{
    56 	{
   424 	aThread.Logon(s);
   423 	aThread.Logon(s);
   425 	aThread.Resume();
   424 	aThread.Resume();
   426 	User::WaitForRequest(s);
   425 	User::WaitForRequest(s);
   427 	}
   426 	}
   428 
   427 
   429 _LIT(KLitUserCBase,"E32USER-CBase");
       
   430 GLDEF_C TInt E32Main()
   428 GLDEF_C TInt E32Main()
   431 //
   429 //
   432 // Main
   430 // Main
   433 //
   431 //
   434 	{	
   432 	{