Searched refs:th1 (Results 1 – 3 of 3) sorted by relevance
29 71 th1 G 2
1931 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local1932 pthread_create(&th1, NULL, CFAllocatorAllocateToGlob, NULL); in CFAllocator_PassMemoryToAnotherThread()1933 pthread_join(th1, NULL); in CFAllocator_PassMemoryToAnotherThread()
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()