/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_smp_multiple_threads_one_core_test.c | 28 static unsigned long error = 0; variable 221 …if ((status != TX_SUCCESS) || (error) || (thread_1_counter != 1) || (tx_thread_smp_core_get() != 0… in thread_0_entry() 247 error++; in thread_1_entry() 263 error++; in thread_2_entry() 279 error++; in thread_3_entry() 295 error++; in thread_4_entry() 311 error++; in thread_5_entry() 327 error++; in thread_6_entry() 343 error++; in thread_7_entry()
|
D | threadx_semaphore_basic_test.c | 38 static unsigned long error = 0; variable 77 error++; in timer_entry() 88 error++; in timer_entry() 99 error++; in timer_entry() 110 error++; in timer_entry() 136 error++; in test_isr() 147 error++; in test_isr() 158 error++; in test_isr() 497 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_block_memory_basic_test.c | 45 static unsigned long error = 0; variable 84 error++; in timer_entry() 96 error++; in timer_entry() 107 error++; in timer_entry() 120 error++; in timer_entry() 145 error++; in test_isr() 156 error++; in test_isr() 166 error++; in test_isr() 518 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry() 543 if ((status != TX_SUCCESS) || (error)) in thread_0_entry()
|
D | threadx_smp_two_threads_one_core_test.c | 20 static unsigned long error = 0; variable 201 if ((status != TX_SUCCESS) || (error) || (thread_1_counter != 1) || in thread_0_entry() 226 error++; in thread_1_entry() 244 error++; in thread_2_entry() 257 error++; in thread_2_entry()
|
D | threadx_queue_basic_one_word_test.c | 22 static unsigned long error = 0; variable 70 error++; in timer_entry() 82 error++; in timer_entry() 93 error++; in timer_entry() 104 error++; in timer_entry() 115 error++; in timer_entry() 126 error++; in timer_entry() 156 error++; in test_isr() 167 error++; in test_isr() 178 error++; in test_isr() [all …]
|
D | threadx_mutex_basic_test.c | 48 static unsigned long error = 0; variable 86 error++; in timer_entry() 97 error++; in timer_entry() 108 error++; in timer_entry() 133 error++; in test_isr() 144 error++; in test_isr() 155 error++; in test_isr() 166 error++; in test_isr() 177 error++; in test_isr() 593 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_thread_basic_execution_test.c | 50 static unsigned long error = 0; variable 92 error++; in timer_entry() 103 error++; in timer_entry() 137 error++; in test_isr() 148 error++; in test_isr() 159 error++; in test_isr() 170 error++; in test_isr() 181 error++; in test_isr() 192 error++; in test_isr() 203 error++; in test_isr() [all …]
|
D | threadx_event_flag_basic_test.c | 35 static unsigned long error = 0; variable 80 error++; in timer_entry() 91 error++; in timer_entry() 102 error++; in timer_entry() 113 error++; in timer_entry() 139 error++; in test_isr() 149 error++; in test_isr() 160 error++; in test_isr() 692 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_byte_memory_basic_test.c | 57 static unsigned long error = 0; variable 89 error++; in timer_entry() 101 error++; in timer_entry() 113 error++; in timer_entry() 124 error++; in timer_entry() 135 error++; in timer_entry() 147 error++; in timer_entry() 173 error++; in test_isr() 184 error++; in test_isr() 196 error++; in test_isr() [all …]
|
/ThreadX-v6.4.1/ports_module/cortex_m7/gnu/example_build/ |
D | sample_threadx.ld | 54 …t_start__ && __vectors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .vectors is too l… 64 …ment_start__ && __init_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .init is too larg… 74 …ment_start__ && __text_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .text is too larg… 84 …ent_start__ && __dtors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .dtors is too lar… 94 …ent_start__ && __ctors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .ctors is too lar… 104 …nt_start__ && __rodata_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .rodata is too la… 116 …oad_start__ + SIZEOF(.fast)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .fast is too larg… 125 …nt_start__ && __fast_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .fast_run is too … 139 …oad_start__ + SIZEOF(.data)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .data is too larg… 148 …nt_start__ && __data_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .data_run is too … [all …]
|
/ThreadX-v6.4.1/ports_module/cortex_m4/gnu/example_build/ |
D | sample_threadx.ld | 54 …t_start__ && __vectors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .vectors is too l… 64 …ment_start__ && __init_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .init is too larg… 74 …ment_start__ && __text_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .text is too larg… 84 …ent_start__ && __dtors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .dtors is too lar… 94 …ent_start__ && __ctors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .ctors is too lar… 104 …nt_start__ && __rodata_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .rodata is too la… 116 …oad_start__ + SIZEOF(.fast)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .fast is too larg… 125 …nt_start__ && __fast_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .fast_run is too … 139 …oad_start__ + SIZEOF(.data)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .data is too larg… 148 …nt_start__ && __data_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .data_run is too … [all …]
|
/ThreadX-v6.4.1/ports_module/cortex_m0+/gnu/example_build/sample_threadx/ |
D | sample_threadx.ld | 51 …t_start__ && __vectors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .vectors is too l… 61 …ment_start__ && __init_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .init is too larg… 71 …ment_start__ && __text_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .text is too larg… 81 …ent_start__ && __dtors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .dtors is too lar… 91 …ent_start__ && __ctors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .ctors is too lar… 101 …nt_start__ && __rodata_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .rodata is too la… 113 …oad_start__ + SIZEOF(.fast)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .fast is too larg… 122 …nt_start__ && __fast_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .fast_run is too … 136 …oad_start__ + SIZEOF(.data)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .data is too larg… 145 …nt_start__ && __data_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .data_run is too … [all …]
|
/ThreadX-v6.4.1/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module_manager/ |
D | sample_threadx.ld | 51 …t_start__ && __vectors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .vectors is too l… 61 …ment_start__ && __init_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .init is too larg… 71 …ment_start__ && __text_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .text is too larg… 81 …ent_start__ && __dtors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .dtors is too lar… 91 …ent_start__ && __ctors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .ctors is too lar… 101 …nt_start__ && __rodata_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .rodata is too la… 113 …oad_start__ + SIZEOF(.fast)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .fast is too larg… 122 …nt_start__ && __fast_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .fast_run is too … 136 …oad_start__ + SIZEOF(.data)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .data is too larg… 145 …nt_start__ && __data_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .data_run is too … [all …]
|
/ThreadX-v6.4.1/ports_module/cortex_m3/gnu/example_build/ |
D | sample_threadx.ld | 54 …t_start__ && __vectors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .vectors is too l… 64 …ment_start__ && __init_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .init is too larg… 74 …ment_start__ && __text_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .text is too larg… 84 …ent_start__ && __dtors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .dtors is too lar… 94 …ent_start__ && __ctors_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .ctors is too lar… 104 …nt_start__ && __rodata_end__ <= (__FLASH_segment_start__ + 0x00030000) , "error: .rodata is too la… 116 …oad_start__ + SIZEOF(.fast)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .fast is too larg… 125 …nt_start__ && __fast_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .fast_run is too … 139 …oad_start__ + SIZEOF(.data)) <= (__FLASH_segment_start__ + 0x00030000) , "error: .data is too larg… 148 …nt_start__ && __data_run_end__ <= (__RAM_segment_start__ + 0x00020000) , "error: .data_run is too … [all …]
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_semaphore_basic_test.c | 38 static unsigned long error = 0; variable 77 error++; in timer_entry() 88 error++; in timer_entry() 99 error++; in timer_entry() 110 error++; in timer_entry() 136 error++; in test_isr() 147 error++; in test_isr() 158 error++; in test_isr() 497 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_block_memory_basic_test.c | 45 static unsigned long error = 0; variable 84 error++; in timer_entry() 96 error++; in timer_entry() 107 error++; in timer_entry() 120 error++; in timer_entry() 145 error++; in test_isr() 156 error++; in test_isr() 166 error++; in test_isr() 518 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry() 543 if ((status != TX_SUCCESS) || (error)) in thread_0_entry()
|
D | threadx_queue_basic_one_word_test.c | 22 static unsigned long error = 0; variable 70 error++; in timer_entry() 82 error++; in timer_entry() 93 error++; in timer_entry() 104 error++; in timer_entry() 115 error++; in timer_entry() 126 error++; in timer_entry() 156 error++; in test_isr() 167 error++; in test_isr() 178 error++; in test_isr() [all …]
|
D | threadx_mutex_basic_test.c | 48 static unsigned long error = 0; variable 86 error++; in timer_entry() 97 error++; in timer_entry() 108 error++; in timer_entry() 133 error++; in test_isr() 144 error++; in test_isr() 155 error++; in test_isr() 166 error++; in test_isr() 177 error++; in test_isr() 593 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_thread_basic_execution_test.c | 50 static unsigned long error = 0; variable 104 error++; in timer_entry() 115 error++; in timer_entry() 149 error++; in test_isr() 160 error++; in test_isr() 171 error++; in test_isr() 182 error++; in test_isr() 193 error++; in test_isr() 204 error++; in test_isr() 215 error++; in test_isr() [all …]
|
D | threadx_event_flag_basic_test.c | 35 static unsigned long error = 0; variable 80 error++; in timer_entry() 91 error++; in timer_entry() 102 error++; in timer_entry() 113 error++; in timer_entry() 139 error++; in test_isr() 149 error++; in test_isr() 160 error++; in test_isr() 692 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_timer_simple_test.c | 44 static unsigned long error = 0; variable 80 error++; in timer_entry() 91 error++; in timer_entry() 103 error++; in timer_entry() 133 error++; in test_isr() 145 error++; in test_isr() 614 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry() 624 if (error) in thread_0_entry()
|
D | threadx_byte_memory_basic_test.c | 57 static unsigned long error = 0; variable 89 error++; in timer_entry() 101 error++; in timer_entry() 113 error++; in timer_entry() 124 error++; in timer_entry() 135 error++; in timer_entry() 147 error++; in timer_entry() 173 error++; in test_isr() 184 error++; in test_isr() 196 error++; in test_isr() [all …]
|
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | readme_release_history.txt | 16 posix_memory_release() returns with error if stack was not 33 a ThreadX context and if so, return error. 35 px_sem_init.c Fixed a bug causing Unnamed semaphore init to return error when ThreadX 39 px_sem_open.c Modified error return values as per the Linux man pages. 41 px_pth_sigmask.c Modified error return values as per the Linux man pages. 43 …px_sig_wait.c Modified error return value type from an INT to a UINT and modified the logic
|
/ThreadX-v6.4.1/ports/xtensa/xcc/inc/ |
D | xtensa_timer.h | 103 #error "There is no suitable timer in this Xtensa configuration." 123 #error "The timer selected by XT_TIMER_INDEX does not exist in this core." 125 #error "The timer interrupt cannot be high priority (use medium or low)."
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/src/ |
D | tx_initialize_low_level.S | 153 bne $26, $0, _tx_error_exceptions # If non-zero, an error exception is present 156 la $27, _tx_thread_smp_system_error # Build address to system error flag 157 lw $27, ($27) # Pickup system error flag 159 bne $27, $0, _system_error_loop # If error, just sit here!
|