Home
last modified time | relevance | path

Searched refs:received_message (Results 1 – 25 of 216) sorted by relevance

123456789

/ThreadX-v6.3.0/ports/cortex_m3/keil/example_build/
Dsample_threadx.c179 ULONG received_message; in thread_2_entry() local
190 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
194 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c179 ULONG received_message; in thread_2_entry() local
190 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
194 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx.c232 ULONG received_message; in thread_2_entry() local
243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c233 ULONG received_message; in thread_2_entry() local
244 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
248 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/
Dsample_threadx.c244 ULONG received_message; in thread_2_entry() local
255 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
259 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c237 ULONG received_message; in thread_2_entry() local
248 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
252 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/
Dsample_threadx.c232 ULONG received_message; in thread_2_entry() local
243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_a9/iar/example_build/
Dsample_threadx.c235 ULONG received_message; in thread_2_entry() local
246 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
250 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m0/ac5/example_build/
Dsample_threadx.c232 ULONG received_message; in thread_2_entry() local
243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m0/ac6/example_build/sample_threadx/
Dsample_threadx.c235 ULONG received_message; in thread_2_entry() local
246 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
250 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m0/gnu/example_build/
Dsample_threadx.c235 ULONG received_message; in thread_2_entry() local
246 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
250 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m0/iar/example_build/
Dsample_threadx.c248 ULONG received_message; in thread_2_entry() local
259 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
263 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m0/keil/example_build/
Dsample_threadx.c232 ULONG received_message; in thread_2_entry() local
243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m3/ac5/example_build/
Dsample_threadx.c232 ULONG received_message; in thread_2_entry() local
243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m3/ac6/example_build/sample_threadx/
Dsample_threadx.c233 ULONG received_message; in thread_2_entry() local
244 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
248 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m3/ghs/example_build/
Dsample_threadx.c232 ULONG received_message; in thread_2_entry() local
243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/cortex_m3/gnu/example_build/
Dsample_threadx.c233 ULONG received_message; in thread_2_entry() local
244 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
248 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/example_build/
Dsample_threadx.c239 ULONG received_message; in thread_2_entry() local
250 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
254 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx.c232 ULONG received_message; in thread_2_entry() local
243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
247 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_module/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c233 ULONG received_message; in thread_2_entry() local
244 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
248 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/
Dsample_threadx.c242 ULONG received_message; in thread_2_entry() local
253 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
257 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/example_build/
Dsample_threadx.c242 ULONG received_message; in thread_2_entry() local
253 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
257 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/
Dsample_threadx.c242 ULONG received_message; in thread_2_entry() local
253 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
257 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports_module/cortex_a7/iar/example_build/
Dsample_threadx.c239 ULONG received_message; in thread_2_entry() local
250 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
254 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()
/ThreadX-v6.3.0/ports/xtensa/xcc/example_build/
Ddemo_threadx.c240 ULONG received_message; in thread_2_entry() local
251 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
255 if ((status != TX_SUCCESS) || (received_message != thread_2_messages_received)) in thread_2_entry()

123456789