kerneltest/e32test/prime/t_rwlock.cpp
changeset 293 0659d0e1a03c
parent 0 a41df078684a
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-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".
   602 	for (TInt testIndex = 0; !CreatePanicThread(testIndex); testIndex++) ;
   602 	for (TInt testIndex = 0; !CreatePanicThread(testIndex); testIndex++) ;
   603 	}
   603 	}
   604 
   604 
   605 TInt E32Main()
   605 TInt E32Main()
   606     {
   606     {
       
   607 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
   607 	Test.Title();
   608 	Test.Title();
   608 	Test.Start(_L("RReadWriteLock Testing"));
   609 	Test.Start(_L("RReadWriteLock Testing"));
   609 
   610 
   610 	TestCreation();
   611 	TestCreation();
   611 	TestWriterPriority();
   612 	TestWriterPriority();