Home | History | Annotate | Download | only in hal

Lines Matching refs:dummybuf_thread

4321 static void *dummybuf_thread(void *context)
4434 if (!adev->dummybuf_thread)
4435 pthread_create(&adev->dummybuf_thread, (const pthread_attr_t *) NULL, dummybuf_thread, adev);
4443 if (adev->dummybuf_thread == 0)
4461 pthread_join(adev->dummybuf_thread, (void **) NULL);
4463 adev->dummybuf_thread = 0;