Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_threadx/
Dthread.cc93 UINT thread_result = tx_thread_terminate(&context.tcb()); in DeleteThread() local
94 PW_CHECK_UINT_EQ(TX_SUCCESS, thread_result, "Failed to terminate the thread"); in DeleteThread()
97 thread_result = tx_thread_delete(&context.tcb()); in DeleteThread()
98 PW_CHECK_UINT_EQ(TX_SUCCESS, thread_result, "Failed to delete the thread"); in DeleteThread()
147 const UINT thread_result = in Thread() local
158 PW_CHECK_UINT_EQ(TX_SUCCESS, thread_result, "Failed to create the thread"); in Thread()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc376 for (auto& thread_result : thread_results) { in ExecuteReplicated() local
377 if (!thread_result.ok()) { in ExecuteReplicated()
378 return thread_result.status(); in ExecuteReplicated()
380 results.push_back(std::move(thread_result).ValueOrDie()); in ExecuteReplicated()
434 for (auto& thread_result : thread_results) { in ExecuteReplicated() local
435 if (!thread_result.ok()) { in ExecuteReplicated()
436 return thread_result.status(); in ExecuteReplicated()
438 results.push_back(std::move(thread_result).ValueOrDie()); in ExecuteReplicated()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
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()