Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_exit.c36 void *thread_result = NULL; in pthread_exit_0100() local
37 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()
H A Dpthread_getschedparam.c38 void *thread_result = NULL; in pthread_getschedparam_0100() local
39 pthread_join(ph, &thread_result); in pthread_getschedparam_0100()
H A Dpthread_getattr_np.c37 void *thread_result = NULL; in pthread_getattr_np_0100() local
40 pthread_join(ph, &thread_result); in pthread_getattr_np_0100()
/third_party/alsa-utils/bat/
H A Dbat.c250 int *thread_result; in test_playback() local
262 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() local
296 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()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp786 TestStatus thread_result = threads.run(); in iterate() local
787 if(thread_result.getCode()) in iterate()
789 return thread_result; in iterate()
915 TestStatus thread_result = threads.run(); in iterate() local
916 if(thread_result.getCode()) in iterate()
918 return thread_result; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp786 TestStatus thread_result = threads.run(); in iterate() local
787 if(thread_result.getCode()) in iterate()
789 return thread_result; in iterate()
915 TestStatus thread_result = threads.run(); in iterate() local
916 if(thread_result.getCode()) in iterate()
918 return thread_result; in iterate()

Completed in 6 milliseconds