Searched refs:thread_result (Results 1 – 3 of 3) sorted by relevance
90 UINT thread_result = tx_thread_terminate(&context.tcb()); in DeleteThread() local91 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() local155 PW_CHECK_UINT_EQ(TX_SUCCESS, thread_result, "Failed to create the thread"); in Thread()
354 for (auto& thread_result : thread_results) { in ExecuteReplicated() local355 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() local407 if (!thread_result.ok()) { in ExecuteReplicated()408 return thread_result.status(); in ExecuteReplicated()410 results.push_back(std::move(thread_result).ValueOrDie()); in ExecuteReplicated()
653 TestStatus thread_result = threads.run(); in iterate() local654 if(thread_result.getCode()) in iterate()656 return thread_result; in iterate()765 TestStatus thread_result = threads.run(); in iterate() local766 if(thread_result.getCode()) in iterate()768 return thread_result; in iterate()