Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dmain.c227 static void wait_for_events(uint32_t event_mask, k_timeout_t timeout) in wait_for_events() function
303 wait_for_events(TEST_EXPECT_L4_CONNECTED, EVENT_WAIT_TIME); in cycle_ready_ifaces()
333 wait_for_events(TEST_EXPECT_L4_DISCONNECTED, EVENT_WAIT_TIME); in cycle_ready_ifaces()
402 wait_for_events(TEST_EXPECT_L4_CONNECTED | in cycle_ignored_iface()
453 wait_for_events(TEST_EXPECT_L4_DISCONNECTED | in cycle_ignored_iface()
494 wait_for_events(TEST_EXPECT_L4_CONNECTED | in cycle_ignored_iface()
546 wait_for_events(TEST_EXPECT_L4_DISCONNECTED | in cycle_ignored_iface()
638 wait_for_events(TEST_EXPECT_L4_CONNECTED | in cycle_iface_states()
661 wait_for_events(TEST_EXPECT_L4_IPV6_CONNECTED, EVENT_WAIT_TIME); in cycle_iface_states()
681 wait_for_events(TEST_EXPECT_L4_CONNECTED | in cycle_iface_states()
[all …]