Searched refs:thing2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DRefCntTest.cpp83 SkThread thing2(bounce_ref, ref);
86 thing2.setProcessorAffinity(23);
89 SkASSERT(thing2.start());
92 thing2.join();
119 SkThread thing2(bounce_ref, ref);
124 thing2.setProcessorAffinity(23);
129 SkASSERT(thing2.start());
134 thing2.join();
/external/skia/tests/
H A DRefCntTest.cpp83 SkThread thing2(bounce_ref, ref);
86 thing2.setProcessorAffinity(23);
89 SkASSERT(thing2.start());
92 thing2.join();
119 SkThread thing2(bounce_ref, ref);
124 thing2.setProcessorAffinity(23);
129 SkASSERT(thing2.start());
134 thing2.join();
/external/clang/test/CodeGen/
H A Dbig-atomic-ops.c242 struct bar smallThing, thing1, thing2; variable in typeref:struct:
283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
284 // CHECK: call zeroext i1 @__atomic_compare_exchange(i64 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
H A Datomic-ops.c254 struct bar smallThing, thing1, thing2; variable in typeref:struct:
290 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
291 // CHECK: call zeroext i1 @__atomic_compare_exchange(i32 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2

Completed in 384 milliseconds