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/
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()
Dpthread_getschedparam.c38 void *thread_result = NULL; in pthread_getschedparam_0100() local
39 pthread_join(ph, &thread_result); in pthread_getschedparam_0100()
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/
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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp653 TestStatus thread_result = threads.run(); in iterate() local
654 if(thread_result.getCode()) in iterate()
656 return thread_result; in iterate()
765 TestStatus thread_result = threads.run(); in iterate() local
766 if(thread_result.getCode()) in iterate()
768 return thread_result; in iterate()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs13749 let thread_result = { localVariable
13755 assert!(thread_result.is_err());