Searched refs:thread_result (Results 1 – 3 of 3) sorted by relevance
93 UINT thread_result = tx_thread_terminate(&context.tcb()); in DeleteThread() local94 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() local158 PW_CHECK_UINT_EQ(TX_SUCCESS, thread_result, "Failed to create the thread"); in Thread()
376 for (auto& thread_result : thread_results) { in ExecuteReplicated() local377 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() local435 if (!thread_result.ok()) { in ExecuteReplicated()436 return thread_result.status(); in ExecuteReplicated()438 results.push_back(std::move(thread_result).ValueOrDie()); in ExecuteReplicated()
786 TestStatus thread_result = threads.run(); in iterate() local787 if(thread_result.getCode()) in iterate()789 return thread_result; in iterate()915 TestStatus thread_result = threads.run(); in iterate() local916 if(thread_result.getCode()) in iterate()918 return thread_result; in iterate()