Searched refs:thread_in_and_out (Results 1 – 1 of 1) sorted by relevance
200 pthread_t thread_in_and_out; in main() local229 pthread_create(&thread_in_and_out, &attr, task_in_and_out, NULL); in main()232 pthread_join(thread_in_and_out, &dummy); in main()