kerneltest/e32test/system/t_mstim.cpp
changeset 102 ef2a444a7410
parent 0 a41df078684a
child 296 94f2adf59133
equal deleted inserted replaced
90:947f0dc9f7a8 102:ef2a444a7410
    82 	{
    82 	{
    83 	SMsTimerInfo info;
    83 	SMsTimerInfo info;
    84 	TInt r=mstim.GetInfo(aId,info);
    84 	TInt r=mstim.GetInfo(aId,info);
    85 	CHECK(r);
    85 	CHECK(r);
    86 	TEST(info.iCount==1);
    86 	TEST(info.iCount==1);
    87 	return info.iMin/1000;
    87 	return (info.iMin+500)/1000;
    88 	}
    88 	}
    89 
    89 
    90 GLDEF_C TInt E32Main()
    90 GLDEF_C TInt E32Main()
    91 //
    91 //
    92 // Test millisecond timers
    92 // Test millisecond timers