Searched refs:output_thread (Results 1 – 1 of 1) sorted by relevance
512 pthread_t output_thread; in clientInput() local513 pthread_create(&output_thread, NULL, clientOutput, (void *)cl); in clientInput()560 IF_PTHREADS(pthread_join(output_thread, NULL)); in clientInput()