Searched refs:thing1 (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | RefCntTest.cpp | 25 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/ |
D | big-atomic-ops.c | 242 struct bar smallThing, thing1, thing2; variable 283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
|
D | atomic-ops.c | 365 struct bar smallThing, thing1, thing2; variable 402 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
|