Searched refs:_timedout_failed_times (Results 1 – 2 of 2) sorted by relevance
23 static rt_base_t _timedout_failed_times = 0; variable81 _timedout_failed_times++; in _consumer_entry()124 LOG_I("Total failed times: %ld(in %d)\n", _timedout_failed_times, TEST_LOOP_TICKS); in timed_sem_tc()
28 static rt_base_t _timedout_failed_times = 0; variable130 _timedout_failed_times++; in _consumer_entry()205 LOG_I("Total failed times: %ld(in %d)\n", _timedout_failed_times, TEST_LOOP_TICKS); in timed_mtx_tc()210 _timedout_failed_times = 0; in utest_tc_init()
Completed in 620 milliseconds