Home
last modified time | relevance | path

Searched refs:thing2 (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DRefCntTest.cpp26 SkThread thing2(bounce_ref, ref); in test_refCnt() local
29 thing2.setProcessorAffinity(23); in test_refCnt()
32 SkASSERT(thing2.start()); in test_refCnt()
35 thing2.join(); in test_refCnt()
62 SkThread thing2(bounce_ref, ref); in test_weakRefCnt() local
67 thing2.setProcessorAffinity(23); in test_weakRefCnt()
72 SkASSERT(thing2.start()); in test_weakRefCnt()
77 thing2.join(); in test_weakRefCnt()
/external/clang/test/CodeGen/
Dbig-atomic-ops.c242 struct bar smallThing, thing1, thing2; variable
283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
Datomic-ops.c350 struct bar smallThing, thing1, thing2; variable
387 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()