Searched refs:th1 (Results 1 – 3 of 3) sorted by relevance
55 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local56 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL); in CFAllocator_PassMemoryToAnotherThread()57 PTHREAD_JOIN(th1, NULL); in CFAllocator_PassMemoryToAnotherThread()
29 71 th1 G 2
815 const TCGHelperInfo *th1 = p1; in helper_cmp() local817 if (th1->func < th2->func) in helper_cmp()819 else if (th1->func == th2->func) in helper_cmp()