Home
last modified time | relevance | path

Searched refs:output_thread (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/libvncserver/
Dmain.c512 pthread_t output_thread; in clientInput() local
513 pthread_create(&output_thread, NULL, clientOutput, (void *)cl); in clientInput()
560 IF_PTHREADS(pthread_join(output_thread, NULL)); in clientInput()