Home
last modified time | relevance | path

Searched refs:thread_result (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_thread_threadx/
Dthread.cc90 UINT thread_result = tx_thread_terminate(&context.tcb()); in DeleteThread() local
91 PW_CHECK_UINT_EQ(TX_SUCCESS, thread_result, "Failed to terminate the thread"); in DeleteThread()
94 thread_result = tx_thread_delete(&context.tcb()); in DeleteThread()
95 PW_CHECK_UINT_EQ(TX_SUCCESS, thread_result, "Failed to delete the thread"); in DeleteThread()
144 const UINT thread_result = in Thread() local
155 PW_CHECK_UINT_EQ(TX_SUCCESS, thread_result, "Failed to create the thread"); in Thread()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc354 for (auto& thread_result : thread_results) { in ExecuteReplicated() local
355 if (!thread_result.ok()) { in ExecuteReplicated()
356 return thread_result.status(); in ExecuteReplicated()
358 results.push_back(std::move(thread_result).ValueOrDie()); in ExecuteReplicated()
406 for (auto& thread_result : thread_results) { in ExecuteReplicated() local
407 if (!thread_result.ok()) { in ExecuteReplicated()
408 return thread_result.status(); in ExecuteReplicated()
410 results.push_back(std::move(thread_result).ValueOrDie()); in ExecuteReplicated()
/external/deqp/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()