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();
2266 // First: Second:
2282 void Second() {
2297 MyThreadArray t(First, Second);
2310 // First: Second:
2324 void Second() {
2335 MyThreadArray t(First, Second);
2495 // second signal will be lost
3484 // When a memory location is accessed second time it is likely
6410 GLOB++; // Second access.