HomeSort by relevance Sort by last modified time
    Searched defs:th2 (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 55 pthread_t th1, th2; local
58 PTHREAD_CREATE(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL);
59 PTHREAD_JOIN(th2, NULL);
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 322 pthread_t th1, th2; local
332 pthread_create(&th2, NULL, do_mutex_test_3_t2, s);
340 TZERO(pthread_join(th2, &dummy));
test_pthread_rwlock.c 299 pthread_t th1, th2; local
309 pthread_create(&th2, NULL, do_rwlock_test_rd3_t2, s);
317 TZERO(pthread_join(th2, &dummy));
  /external/qemu/tcg/
tcg.c 816 const TCGHelperInfo *th2 = p2; local
817 if (th1->func < th2->func)
819 else if (th1->func == th2->func)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 799 milliseconds