Searched refs:w_thread (Results 1 – 1 of 1) sorted by relevance
45 pthread_t w_thread; /* self */ member241 if (pthread_create(&workers[i].w_thread, NULL, work, in main()255 pthread_join(workers[i].w_thread, NULL); in main()