Home
last modified time | relevance | path

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

/external/skia/tests/
DRefCntTest.cpp25 SkThread thing1(bounce_ref, ref); in test_refCnt() local
28 thing1.setProcessorAffinity(0); in test_refCnt()
31 SkASSERT(thing1.start()); in test_refCnt()
34 thing1.join(); in test_refCnt()
61 SkThread thing1(bounce_ref, ref); in test_weakRefCnt() local
66 thing1.setProcessorAffinity(0); in test_weakRefCnt()
71 SkASSERT(thing1.start()); in test_weakRefCnt()
76 thing1.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()