Home
last modified time | relevance | path

Searched refs:queue_0 (Results 1 – 25 of 204) sorted by relevance

123456789

/ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c45 TX_QUEUE *queue_0; variable
97 if (queue_ptr == queue_0) in queue_0_notify()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
204 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
276 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
304 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m4/gnu/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
300 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m4/iar/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
300 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c45 TX_QUEUE *queue_0; variable
97 if (queue_ptr == queue_0) in queue_0_notify()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
204 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
276 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
304 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c45 TX_QUEUE *queue_0; variable
97 if (queue_ptr == queue_0) in queue_0_notify()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
204 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
276 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
304 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/gnu/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
300 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/gnu/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
300 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/iar/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
300 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c47 TX_QUEUE *queue_0; variable
99 if (queue_ptr == queue_0) in queue_0_notify()
122 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
206 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
208 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
282 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
310 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m33/gnu/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
300 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m33/iar/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
300 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx_module.c45 TX_QUEUE *queue_0; variable
97 if (queue_ptr == queue_0) in queue_0_notify()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
204 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
276 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
304 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
299 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
92 if (queue_ptr == queue_0) in queue_0_notify()
115 txm_module_object_allocate((void *) &queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
273 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
299 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
297 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c38 TX_QUEUE *queue_0; variable
89 if (queue_ptr == queue_0) in queue_0_notify()
112 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
196 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
198 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
269 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
297 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_a7/ac5/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void *) &queue_0, sizeof(TX_QUEUE)); in demo_module_start()
197 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
199 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
275 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
301 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_a7/gnu/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void *) &queue_0, sizeof(TX_QUEUE)); in demo_module_start()
197 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
199 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
275 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
301 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_a7/iar/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void *) &queue_0, sizeof(TX_QUEUE)); in demo_module_start()
197 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
199 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
274 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
300 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c45 TX_QUEUE *queue_0; variable
97 if (queue_ptr == queue_0) in queue_0_notify()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
204 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
276 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
304 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module/
Dsample_threadx_module.c45 TX_QUEUE *queue_0; variable
97 if (queue_ptr == queue_0) in queue_0_notify()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
204 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
276 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
304 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m0+/iar/example_build/
Dsample_threadx_module.c43 TX_QUEUE *queue_0; variable
95 if (queue_ptr == queue_0) in queue_0_notify()
118 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
202 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
204 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
275 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
304 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m23/iar/example_build/
Dsample_threadx_module.c39 TX_QUEUE *queue_0; variable
91 if (queue_ptr == queue_0) in queue_0_notify()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
198 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
200 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
271 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
300 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac5/example_build/
Dsample_threadx_module.c45 TX_QUEUE *queue_0; variable
97 if (queue_ptr == queue_0) in queue_0_notify()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
204 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
276 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
304 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c45 TX_QUEUE *queue_0; variable
97 if (queue_ptr == queue_0) in queue_0_notify()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
204 tx_queue_create(queue_0, "module queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in demo_module_start()
206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
276 status = tx_queue_send(queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry()
304 status = tx_queue_receive(queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry()

123456789