Home | History | Annotate | Download | only in tests

Lines Matching defs:Second

240        if(!(it->second.flags_ & PERFORMANCE)) continue;
241 it->second.Run();
246 if(!(it->second.flags_ & RACE_DEMO)) continue;
247 it->second.Run();
264 if(it->second.flags_ & EXCLUDE_FROM_ALL) continue;
265 if(it->second.flags_ & RACE_DEMO) continue;
266 if((it->second.flags_ & NEEDS_ANNOTATIONS)
268 it->second.Run();
2268 // First: Second:
2284 void Second() {
2299 MyThreadArray t(First, Second);
2312 // First: Second:
2326 void Second() {
2337 MyThreadArray t(First, Second);
2497 // second signal will be lost
3486 // When a memory location is accessed second time it is likely
6412 GLOB++; // Second access.