sound_trigger_hw.c | 67 pthread_t callback_thread; member in struct:flounder_sound_trigger_device 425 pthread_join(stdev->callback_thread, (void **)NULL); 473 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL, 504 pthread_join(stdev->callback_thread, (void **)NULL);
|