Home
last modified time | relevance | path

Searched refs:mutex_4 (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_basic_test.c39 static TX_MUTEX mutex_4; variable
79 status = tx_mutex_create(&mutex_4, "mutex 4", TX_NO_INHERIT); in timer_entry()
126 status = tx_mutex_create(&mutex_4, "mutex 4", TX_NO_INHERIT); in test_isr()
372 status = tx_mutex_create(&mutex_4, "mutex 4", 14); in thread_0_entry()
396 mutex_4.tx_mutex_id = 0; in thread_0_entry()
397 status = tx_mutex_delete(&mutex_4); in thread_0_entry()
421 mutex_4.tx_mutex_id = 0; in thread_0_entry()
422 status = tx_mutex_get(&mutex_4, TX_NO_WAIT); in thread_0_entry()
446 mutex_4.tx_mutex_id = 0; in thread_0_entry()
447 status = tx_mutex_put(&mutex_4); in thread_0_entry()
Dthreadx_mutex_information_test.c17 static TX_MUTEX mutex_4; variable
274 mutex_4.tx_mutex_id = 0; in thread_0_entry()
275 status = tx_mutex_info_get(&mutex_4, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_mutex_basic_test.c39 static TX_MUTEX mutex_4; variable
79 status = tx_mutex_create(&mutex_4, "mutex 4", TX_NO_INHERIT); in timer_entry()
126 status = tx_mutex_create(&mutex_4, "mutex 4", TX_NO_INHERIT); in test_isr()
372 status = tx_mutex_create(&mutex_4, "mutex 4", 14); in thread_0_entry()
396 mutex_4.tx_mutex_id = 0; in thread_0_entry()
397 status = tx_mutex_delete(&mutex_4); in thread_0_entry()
421 mutex_4.tx_mutex_id = 0; in thread_0_entry()
422 status = tx_mutex_get(&mutex_4, TX_NO_WAIT); in thread_0_entry()
446 mutex_4.tx_mutex_id = 0; in thread_0_entry()
447 status = tx_mutex_put(&mutex_4); in thread_0_entry()
Dthreadx_mutex_information_test.c17 static TX_MUTEX mutex_4; variable
274 mutex_4.tx_mutex_id = 0; in thread_0_entry()
275 status = tx_mutex_info_get(&mutex_4, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()