Searched refs:thing2 (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | RefCntTest.cpp | 26 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/ |
D | macho-reloc-errors-x86_64.s | 4 mov %rax, thing@GOT-thing2@GOT 5 mov %rax, (thing-thing2)(%rip) 7 mov %rax, thing-thing2
|
D | macho-reloc-errors-x86.s | 3 mov %eax, thing-thing2 4 mov %eax, defined-thing2
|
/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()
|