equal
deleted
inserted
replaced
603 CLOSE_AND_WAIT(thread); |
603 CLOSE_AND_WAIT(thread); |
604 |
604 |
605 #if !(defined(__EPOC32__) && defined(__X86__)) |
605 #if !(defined(__EPOC32__) && defined(__X86__)) |
606 TInt muid = 0; |
606 TInt muid = 0; |
607 HAL::Get(HAL::EMachineUid, muid); |
607 HAL::Get(HAL::EMachineUid, muid); |
608 if(muid!=HAL::EMachineUid_Lubbock && muid!=HAL::EMachineUid_NE1_TB && muid!=HAL::EMachineUid_STE8500) |
608 if(muid==HAL::EMachineUid_OmapH2 || muid==HAL::EMachineUid_OmapH4 || muid==HAL::EMachineUid_OmapH6) |
609 { |
609 { |
610 test.Next(_L("Test sequential locks fail over on/off")); |
610 test.Next(_L("Test sequential locks fail over on/off")); |
611 RTimer tat; |
611 RTimer tat; |
612 TRequestStatus sat; |
612 TRequestStatus sat; |
613 r=tat.CreateLocal(); |
613 r=tat.CreateLocal(); |