Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Devent_tc.c18 #define EVENT_FLAG5 (1 << 5) macro
100 if (rt_event_recv(&static_event, (EVENT_FLAG3 | EVENT_FLAG5), in thread1_recv_static_event()
111 if (rt_event_recv(&static_event, (EVENT_FLAG3 | EVENT_FLAG5), in thread1_recv_static_event()
127 rt_event_send(&static_event, EVENT_FLAG5); in thread2_send_static_event()
169 if (recv_event_times1 == EVENT_FLAG3 && recv_event_times2 == (EVENT_FLAG3 | EVENT_FLAG5)) in test_static_event_send_recv()
232 if (rt_event_recv(dynamic_event, (EVENT_FLAG3 | EVENT_FLAG5), in thread3_recv_dynamic_event()
243 if (rt_event_recv(dynamic_event, (EVENT_FLAG3 | EVENT_FLAG5), in thread3_recv_dynamic_event()
259 rt_event_send(dynamic_event, EVENT_FLAG5); in thread4_send_dynamic_event()
298 if (recv_event_times1 == EVENT_FLAG3 && recv_event_times2 == (EVENT_FLAG3 | EVENT_FLAG5)) in test_dynamic_event_send_recv()

Completed in 4 milliseconds