Home
last modified time | relevance | path

Searched refs:capture_id (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-utils/bat/
H A Dbat.c176 pthread_t capture_id, playback_id; in test_loopback() local
194 err = pthread_create(&capture_id, NULL, (void *) bat->capture.fct, bat); in test_loopback()
206 pthread_cancel(capture_id); in test_loopback()
214 pthread_cancel(capture_id); in test_loopback()
221 pthread_cancel(capture_id); in test_loopback()
222 err = thread_wait_completion(bat, capture_id, &thread_result_capture); in test_loopback()
282 pthread_t capture_id; in test_capture() local
287 err = pthread_create(&capture_id, NULL, (void *) bat->capture.fct, bat); in test_capture()
296 err = thread_wait_completion(bat, capture_id, &thread_result); in test_capture()

Completed in 1 milliseconds