Searched refs:tid2 (Results 1 – 1 of 1) sorted by relevance
108 pthread_t tid1,tid2; in main() local114 pthread_create(&tid2, NULL, workfunc2, &res2); in main()239 pthread_join(tid2, NULL); in main()
Completed in 11 milliseconds