Home
last modified time | relevance | path

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

/external/skia/tests/
DRefCntTest.cpp26 SkThread thing2(bounce_ref, ref); in test_refCnt() local
29 SkASSERT(thing2.start()); in test_refCnt()
32 thing2.join(); in test_refCnt()
59 SkThread thing2(bounce_ref, ref); in test_weakRefCnt() local
64 SkASSERT(thing2.start()); in test_weakRefCnt()
69 thing2.join(); in test_weakRefCnt()
/external/llvm/test/MC/X86/
Dmacho-reloc-errors-x86_64.s4 mov %rax, thing@GOT-thing2@GOT
5 mov %rax, (thing-thing2)(%rip)
7 mov %rax, thing-thing2
Dmacho-reloc-errors-x86.s3 mov %eax, thing-thing2
4 mov %eax, defined-thing2
/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()