Searched refs:tid1 (Results 1 – 2 of 2) sorted by relevance
95 pthread_t tid1; in main() local118 PTH_CALL(pthread_create(&tid1, 0, &thread_func, &s_mutex1)); in main()138 PTH_CALL(pthread_join(tid1, 0)); in main()
145 void DRD_(bm_report_races)(ThreadId const tid1, ThreadId const tid2,