D | mgmt.c | 147 TC_PRINT("\tThrowing event 0x%08X %u times\n", in thrower_thread() 191 static int sending_event(uint32_t times, bool receiver, bool info) in sending_event() argument 193 TC_PRINT("- Sending event %u times, %s a receiver, %s info\n", in sending_event() 194 times, receiver ? "with" : "without", in sending_event() 198 throw_times = times; in sending_event() 211 TC_PRINT("\tReceived 0x%08X %u times\n", in sending_event() 215 zassert_equal(rx_calls, times, "rx_calls check failed"); in sending_event() 224 static int test_sending_event(uint32_t times, bool receiver) in test_sending_event() argument 226 return sending_event(times, receiver, false); in test_sending_event() 229 static int test_sending_event_info(uint32_t times, bool receiver) in test_sending_event_info() argument [all …]
|