Searched refs:thread_result (Results 1 – 6 of 6) sorted by relevance
36 void *thread_result = NULL; in pthread_exit_0100() local37 pthread_join(ph, &thread_result); in pthread_exit_0100()38 EXPECT_STREQ("pthread_exit_0100", (char *)thread_result, "pthread_exit_0100"); in pthread_exit_0100()
38 void *thread_result = NULL; in pthread_getschedparam_0100() local39 pthread_join(ph, &thread_result); in pthread_getschedparam_0100()
37 void *thread_result = NULL; in pthread_getattr_np_0100() local40 pthread_join(ph, &thread_result); in pthread_getattr_np_0100()
250 int *thread_result; in test_playback() local262 err = thread_wait_completion(bat, playback_id, &thread_result); in test_playback()265 free(thread_result); in test_playback()270 if (*thread_result != 0) { in test_playback()272 *thread_result); in test_playback()284 int *thread_result; in test_capture() local296 err = thread_wait_completion(bat, capture_id, &thread_result); in test_capture()299 free(thread_result); in test_capture()304 if (*thread_result != 0) { in test_capture()306 *thread_result); in test_capture()
653 TestStatus thread_result = threads.run(); in iterate() local654 if(thread_result.getCode()) in iterate()656 return thread_result; in iterate()765 TestStatus thread_result = threads.run(); in iterate() local766 if(thread_result.getCode()) in iterate()768 return thread_result; in iterate()
13749 let thread_result = { localVariable13755 assert!(thread_result.is_err());