Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_nested_priority_inheritance_test.c23 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()
Dthreadx_mutex_priority_inheritance_test.c32 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()
Dthreadx_mutex_basic_test.c38 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()
Dthreadx_mutex_information_test.c16 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/
Dthreadx_mutex_nested_priority_inheritance_test.c23 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()
Dthreadx_mutex_priority_inheritance_test.c32 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()
Dthreadx_mutex_basic_test.c38 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()
Dthreadx_mutex_information_test.c16 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()