| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_mutex_nested_priority_inheritance_test.c | 23 static TX_MUTEX mutex_3; variable 172 status += tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 211 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_0_entry() 517 status = tx_mutex_put(&mutex_3); in thread_0_entry() 643 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_4_entry() 649 tx_mutex_put(&mutex_3); in thread_4_entry() 665 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_5_entry() 671 tx_mutex_put(&mutex_3); in thread_5_entry() 687 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_6_entry() 693 tx_mutex_put(&mutex_3); in thread_6_entry()
|
| D | threadx_mutex_priority_inheritance_test.c | 32 static TX_MUTEX mutex_3; variable 217 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 381 status = tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_0_entry() 392 status += tx_mutex_put(&mutex_3); in thread_0_entry() 538 status = tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_6_entry() 560 status = tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_7_entry()
|
| D | threadx_mutex_basic_test.c | 38 static TX_MUTEX mutex_3; variable 272 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 561 status = tx_mutex_get(&mutex_3, TX_NO_WAIT); in thread_0_entry() 662 status = tx_mutex_delete(&mutex_3); in thread_0_entry()
|
| D | threadx_mutex_information_test.c | 16 static TX_MUTEX mutex_3; variable 107 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 248 status = tx_mutex_get(&mutex_3, TX_NO_WAIT); in thread_0_entry() 539 status = tx_mutex_delete(&mutex_3); in thread_0_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_mutex_nested_priority_inheritance_test.c | 23 static TX_MUTEX mutex_3; variable 172 status += tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 211 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_0_entry() 517 status = tx_mutex_put(&mutex_3); in thread_0_entry() 643 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_4_entry() 649 tx_mutex_put(&mutex_3); in thread_4_entry() 665 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_5_entry() 671 tx_mutex_put(&mutex_3); in thread_5_entry() 687 tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_6_entry() 693 tx_mutex_put(&mutex_3); in thread_6_entry()
|
| D | threadx_mutex_priority_inheritance_test.c | 32 static TX_MUTEX mutex_3; variable 217 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 381 status = tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_0_entry() 392 status += tx_mutex_put(&mutex_3); in thread_0_entry() 572 status = tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_6_entry() 594 status = tx_mutex_get(&mutex_3, TX_WAIT_FOREVER); in thread_7_entry()
|
| D | threadx_mutex_basic_test.c | 38 static TX_MUTEX mutex_3; variable 272 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 561 status = tx_mutex_get(&mutex_3, TX_NO_WAIT); in thread_0_entry() 662 status = tx_mutex_delete(&mutex_3); in thread_0_entry()
|
| D | threadx_mutex_information_test.c | 16 static TX_MUTEX mutex_3; variable 107 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 248 status = tx_mutex_get(&mutex_3, TX_NO_WAIT); in thread_0_entry() 539 status = tx_mutex_delete(&mutex_3); in thread_0_entry()
|