Lines Matching refs:mutex_2
37 static TX_MUTEX mutex_2; variable
90 status = tx_mutex_delete(&mutex_2); in timer_entry()
101 status = tx_mutex_get(&mutex_2, 100); in timer_entry()
137 status = tx_mutex_delete(&mutex_2); in test_isr()
148 status = tx_mutex_get(&mutex_2, 100); in test_isr()
159 status = tx_mutex_get(&mutex_2, TX_NO_WAIT); in test_isr()
170 status = tx_mutex_put(&mutex_2); in test_isr()
261 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in test_application_define()
360 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in thread_0_entry()
549 status = tx_mutex_get(&mutex_2, TX_NO_WAIT); in thread_0_entry()
604 status = tx_mutex_put(&mutex_2); in thread_0_entry()
605 status += tx_mutex_put(&mutex_2); in thread_0_entry()
617 status = _tx_mutex_put(&mutex_2); in thread_0_entry()
629 status = tx_mutex_delete(&mutex_2); in thread_0_entry()