kerneltest/e32test/system/t_prot.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
    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;
    52 
    53 
    53 _LIT(KLitKernExec,"KERN-EXEC");
    54 _LIT(KLitKernExec,"KERN-EXEC");
    54 
    55 
    55 class RSessionTest : public RSessionBase
    56 class RSessionTest : public RSessionBase
    56 	{
    57 	{
   423 	aThread.Logon(s);
   424 	aThread.Logon(s);
   424 	aThread.Resume();
   425 	aThread.Resume();
   425 	User::WaitForRequest(s);
   426 	User::WaitForRequest(s);
   426 	}
   427 	}
   427 
   428 
       
   429 _LIT(KLitUserCBase,"E32USER-CBase");
   428 GLDEF_C TInt E32Main()
   430 GLDEF_C TInt E32Main()
   429 //
   431 //
   430 // Main
   432 // Main
   431 //
   433 //
   432 	{	
   434 	{