Home
last modified time | relevance | path

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

/external/srec/config/en.us/models/
Dgeneric.pht29 71 th1 G 2
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc1931 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local
1932 pthread_create(&th1, NULL, CFAllocatorAllocateToGlob, NULL); in CFAllocator_PassMemoryToAnotherThread()
1933 pthread_join(th1, NULL); in CFAllocator_PassMemoryToAnotherThread()
/external/qemu/tcg/
Dtcg.c815 const TCGHelperInfo *th1 = p1; in helper_cmp() local
817 if (th1->func < th2->func) in helper_cmp()
819 else if (th1->func == th2->func) in helper_cmp()