kerneltest/e32test/bench/t_svr5.cpp
changeset 293 0659d0e1a03c
parent 269 d57b86b1867a
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1084 GLDEF_C TInt E32Main()
  1084 GLDEF_C TInt E32Main()
  1085 //
  1085 //
  1086 // Test timers.
  1086 // Test timers.
  1087 //
  1087 //
  1088     {
  1088     {
       
  1089 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
  1089 
  1090 
  1090 	test.Title();
  1091 	test.Title();
  1091 	test.Start(_L("Creating client semaphore"));
  1092 	test.Start(_L("Creating client semaphore"));
  1092 	TInt r=client.CreateLocal(0);
  1093 	TInt r=client.CreateLocal(0);
  1093 	test_KErrNone(r);
  1094 	test_KErrNone(r);