Searched refs:tid1 (Results 1 – 1 of 1) sorted by relevance
108 pthread_t tid1,tid2; in main() local113 pthread_create(&tid1, NULL, workfunc1, &res1); in main()238 pthread_join(tid1, NULL); in main()
Completed in 42 milliseconds