| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_queue_front_send_test.c | 284 status = tx_queue_front_send(&queue_0a, &temp[0], TX_WAIT_FOREVER); in thread_0_entry() 298 status = tx_queue_front_send(&queue_0a, &temp[0], TX_WAIT_FOREVER); in thread_0_entry() 434 status = tx_queue_front_send(&queue_0, &temp[0], TX_WAIT_FOREVER); in thread_0_entry() 448 status = tx_queue_front_send(&queue_0, &temp[0], TX_WAIT_FOREVER); in thread_0_entry() 478 status = tx_queue_receive(&queue_0, &dest_message[0], TX_WAIT_FOREVER); in thread_1_entry() 485 status = tx_queue_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_1_entry() 487 status += tx_queue_front_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_1_entry() 518 status = tx_queue_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_1_entry() 520 status += tx_queue_front_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_1_entry() 569 tx_queue_receive(&queue_0, &destination_message[0], TX_WAIT_FOREVER); in thread_2_entry() [all …]
|
| D | threadx_mutex_priority_inheritance_test.c | 381 status = tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_0_entry() 437 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_1_entry() 457 tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_2_entry() 466 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_2_entry() 486 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_4_entry() 487 status += tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_4_entry() 488 status += tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_4_entry() 489 status += tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_4_entry() 490 status += tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_4_entry() 516 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_5_entry() [all …]
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 211 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_0_entry() 219 tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_0_entry() 220 tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_0_entry() 221 tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_0_entry() 557 tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_1_entry() 570 tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_1_entry() 595 tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_2_entry() 608 tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_2_entry() 643 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_4_entry() 665 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_5_entry() [all …]
|
| D | threadx_queue_full_suspension_test.c | 209 status = tx_queue_send(&queue_0a, &source_message[0], TX_WAIT_FOREVER); in thread_0_entry() 258 status = tx_queue_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_0_entry() 293 status = tx_queue_receive(&queue_0, &dest_message[0], TX_WAIT_FOREVER); in thread_1_entry() 314 tx_queue_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_2_entry() 331 status += tx_queue_receive(&queue_0a, &dest_message[0], TX_WAIT_FOREVER); in thread_1a_entry() 343 status = tx_queue_receive(&queue_0a, &dest_message[0], TX_WAIT_FOREVER); in thread_1a_entry() 364 tx_queue_send(&queue_0a, &source_message[0], TX_WAIT_FOREVER); in thread_2a_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_queue_front_send_test.c | 284 status = tx_queue_front_send(&queue_0a, &temp[0], TX_WAIT_FOREVER); in thread_0_entry() 298 status = tx_queue_front_send(&queue_0a, &temp[0], TX_WAIT_FOREVER); in thread_0_entry() 434 status = tx_queue_front_send(&queue_0, &temp[0], TX_WAIT_FOREVER); in thread_0_entry() 448 status = tx_queue_front_send(&queue_0, &temp[0], TX_WAIT_FOREVER); in thread_0_entry() 478 status = tx_queue_receive(&queue_0, &dest_message[0], TX_WAIT_FOREVER); in thread_1_entry() 485 status = tx_queue_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_1_entry() 487 status += tx_queue_front_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_1_entry() 518 status = tx_queue_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_1_entry() 520 status += tx_queue_front_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_1_entry() 569 tx_queue_receive(&queue_0, &destination_message[0], TX_WAIT_FOREVER); in thread_2_entry() [all …]
|
| D | threadx_mutex_priority_inheritance_test.c | 381 status = tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_0_entry() 437 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_1_entry() 457 tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_2_entry() 466 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_2_entry() 487 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_4_entry() 488 status += tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_4_entry() 489 status += tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_4_entry() 490 status += tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_4_entry() 491 status += tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_4_entry() 550 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_5_entry() [all …]
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 211 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_0_entry() 219 tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_0_entry() 220 tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_0_entry() 221 tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_0_entry() 557 tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_1_entry() 570 tx_mutex_get(&mutex_1, TX_WAIT_FOREVER); in thread_1_entry() 595 tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_2_entry() 608 tx_mutex_get(&mutex_2, TX_WAIT_FOREVER); in thread_2_entry() 643 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_4_entry() 665 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_5_entry() [all …]
|
| D | threadx_queue_full_suspension_test.c | 209 status = tx_queue_send(&queue_0a, &source_message[0], TX_WAIT_FOREVER); in thread_0_entry() 258 status = tx_queue_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_0_entry() 293 status = tx_queue_receive(&queue_0, &dest_message[0], TX_WAIT_FOREVER); in thread_1_entry() 314 tx_queue_send(&queue_0, &source_message[0], TX_WAIT_FOREVER); in thread_2_entry() 331 status += tx_queue_receive(&queue_0a, &dest_message[0], TX_WAIT_FOREVER); in thread_1a_entry() 343 status = tx_queue_receive(&queue_0a, &dest_message[0], TX_WAIT_FOREVER); in thread_1a_entry() 364 tx_queue_send(&queue_0a, &source_message[0], TX_WAIT_FOREVER); in thread_2a_entry()
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/ |
| D | sample_threadx.c | 217 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 336 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 345 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 218 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 244 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 275 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 310 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 337 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 346 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/ |
| D | sample_threadx.c | 229 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 255 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 286 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 321 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 348 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 357 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 222 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 248 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 279 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 314 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 341 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 350 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/ |
| D | sample_threadx.c | 217 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 336 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 345 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_a9/iar/example_build/ |
| D | sample_threadx.c | 220 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 246 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 277 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 312 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 339 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 348 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m0/ac5/example_build/ |
| D | sample_threadx.c | 217 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 336 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 345 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m0/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 220 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 246 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 277 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 312 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 339 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 348 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m0/gnu/example_build/ |
| D | sample_threadx.c | 220 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 246 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 277 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 312 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 339 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 348 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m0/iar/example_build/ |
| D | sample_threadx.c | 233 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 259 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 290 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 325 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 352 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 361 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m0/keil/example_build/ |
| D | sample_threadx.c | 217 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 336 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 345 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ac5/example_build/ |
| D | sample_threadx.c | 217 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 336 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 345 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 218 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 244 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 275 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 310 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 337 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 346 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/example_build/ |
| D | sample_threadx.c | 217 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 336 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 345 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m3/gnu/example_build/ |
| D | sample_threadx.c | 218 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 244 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 275 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 310 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 337 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 346 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/iar/example_build/ |
| D | sample_threadx.c | 224 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 250 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 281 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 316 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 343 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 352 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|
| /ThreadX-v6.3.0/ports_module/cortex_m4/ac5/example_build/ |
| D | sample_threadx.c | 217 status = tx_queue_send(&queue_0, &thread_1_messages_sent, TX_WAIT_FOREVER); in thread_1_entry() 243 status = tx_queue_receive(&queue_0, &received_message, TX_WAIT_FOREVER); in thread_2_entry() 274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry() 309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry() 336 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry() 345 status = tx_mutex_get(&mutex_0, TX_WAIT_FOREVER); in thread_6_and_7_entry()
|