1 #include "tx_api.h"
2 
3 typedef unsigned int    TEST_FLAG;
4 TEST_FLAG        threadx_byte_allocate_loop_test;
5 TEST_FLAG        threadx_byte_release_loop_test;
6 TEST_FLAG        threadx_mutex_suspension_put_test;
7 TEST_FLAG        threadx_mutex_suspension_priority_test;
8 #ifndef TX_TIMER_PROCESS_IN_ISR
9 TEST_FLAG        threadx_delete_timer_thread;
10 #endif
11 
abort_and_resume_byte_allocating_thread(void)12 void             abort_and_resume_byte_allocating_thread(void){}
abort_all_threads_suspended_on_mutex(void)13 void             abort_all_threads_suspended_on_mutex(void){}
suspend_lowest_priority(void)14 void             suspend_lowest_priority(void){}
15 #ifndef TX_TIMER_PROCESS_IN_ISR
delete_timer_thread(void)16 void             delete_timer_thread(void){}
17 #endif
18 TEST_FLAG        test_stack_analyze_flag;
19 TEST_FLAG        test_initialize_flag;
20 TEST_FLAG        test_forced_mutex_timeout;