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 SkASSERT(thing1.start()); in test_refCnt()
31 thing1.join(); in test_refCnt()
58 SkThread thing1(bounce_ref, ref); in test_weakRefCnt() local
63 SkASSERT(thing1.start()); in test_weakRefCnt()
68 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.c365 struct bar smallThing, thing1, thing2; variable
402 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()