homescreensrv_plat/sapi_homescreenplugin/tsrc/common/src/mt_hsps.cpp
branchRCL_3
changeset 14 15e4dd19031c
parent 11 bd874ee5e5e2
child 27 2c7f27287390
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
   553     // Create thread for the asynchronous test step
   553     // Create thread for the asynchronous test step
   554     RThread testThread;
   554     RThread testThread;
   555     TInt err = testThread.Create( 
   555     TInt err = testThread.Create( 
   556         _L( "TestStep" ),
   556         _L( "TestStep" ),
   557         HSPSTestStepThread,
   557         HSPSTestStepThread,
   558         0x5000, // 20kB
   558         0xA000, // 40kB
   559         KDefaultHeapSize,
   559         KDefaultHeapSize * 2, // 2 times of base size
   560         KDefaultHeapSize,
   560         KDefaultHeapSize * 8, // 8 times of base size - needed by Eunit
   561         ( TAny* )&data,
   561         ( TAny* )&data,
   562         EOwnerProcess );
   562         EOwnerProcess );
   563         
   563         
   564     if ( err == KErrNone )
   564     if ( err == KErrNone )
   565         {
   565         {