kerneltest/e32test/bench/t_svr2.cpp
changeset 293 0659d0e1a03c
parent 0 a41df078684a
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1996-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".
   271 GLDEF_C TInt E32Main()
   271 GLDEF_C TInt E32Main()
   272 //
   272 //
   273 // Test server & session cleanup.
   273 // Test server & session cleanup.
   274 //
   274 //
   275     {
   275     {
       
   276 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
   276 	RSemaphore svrSem;
   277 	RSemaphore svrSem;
   277 	RSemaphore svrSem2;
   278 	RSemaphore svrSem2;
   278 	RSemaphore clientSem;
   279 	RSemaphore clientSem;
   279 	RTest test(_L("T_SVR2"));
   280 	RTest test(_L("T_SVR2"));
   280 	test.Title();
   281 	test.Title();