Lines Matching refs:thread_result
250 int *thread_result;
262 err = thread_wait_completion(bat, playback_id, &thread_result);
265 free(thread_result);
270 if (*thread_result != 0) {
272 *thread_result);
284 int *thread_result;
296 err = thread_wait_completion(bat, capture_id, &thread_result);
299 free(thread_result);
304 if (*thread_result != 0) {
306 *thread_result);