HomeSort by relevance Sort by last modified time
    Searched refs:output_thread (Results 1 - 2 of 2) sorted by null

  /system/media/audio_utils/tests/
fifo_threads.cpp 135 pthread_t output_thread; local
136 ok = pthread_create(&output_thread, (const pthread_attr_t *) NULL, output_routine,
  /external/libvncserver/libvncserver/
main.c 512 pthread_t output_thread; local
513 pthread_create(&output_thread, NULL, clientOutput, (void *)cl);
560 IF_PTHREADS(pthread_join(output_thread, NULL));

Completed in 534 milliseconds