Home
last modified time | relevance | path

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

/netbsd-src/tests/dev/audio/
H A Daudiotest.c100 void *consumer_thread(void *);
670 pthread_create(&th, NULL, consumer_thread, NULL); in init()
706 consumer_thread(void *arg) in consumer_thread() function