Searched refs:thw (Results 1 – 1 of 1) sorted by relevance
87 pthread_t thw; in do_test() local88 if (pthread_create (&thw, NULL, writer, NULL) != 0) in do_test()100 if (pthread_join (thw, NULL) != 0) in do_test()
Completed in 4 milliseconds