/ThreadX-v6.2.1/common_modules/module_manager/utilities/ |
D | module_to_binary.c | 132 unsigned long i, j; in main() local 219 for (j = 0; j < code_section_index; j++) in main() 222 …if ((section_header[i].elf_section_header_address >= code_section_array[j].code_section_address) && in main() 223 …r[i].elf_section_header_offset) < (code_section_array[j].code_section_address+code_section_array[j… in main() 231 if (j == code_section_index) in main() 263 j = i + 1; in main() 267 if (code_section_array[j].code_section_address < code_section_array[i].code_section_address) in main() 271 code_section_array[i] = code_section_array[j]; in main() 272 code_section_array[j] = code_section_temp; in main() 276 j++; in main() [all …]
|
D | module_to_c_array.c | 132 unsigned long i, j, k; in main() local 228 for (j = 0; j < code_section_index; j++) in main() 231 …if ((section_header[i].elf_section_header_address >= code_section_array[j].code_section_address) && in main() 232 …r[i].elf_section_header_offset) < (code_section_array[j].code_section_address+code_section_array[j… in main() 240 if (j == code_section_index) in main() 277 j = i + 1; in main() 281 if (code_section_array[j].code_section_address < code_section_array[i].code_section_address) in main() 285 code_section_array[i] = code_section_array[j]; in main() 286 code_section_array[j] = code_section_temp; in main() 290 j++; in main() [all …]
|
/ThreadX-v6.2.1/common_smp/src/ |
D | tx_thread_smp_utilities.c | 212 UINT j; in _tx_thread_smp_execute_list_clear() local 230 j = ((UINT) 6); in _tx_thread_smp_execute_list_clear() 234 while (j < ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_execute_list_clear() 237 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_clear() 242 _tx_thread_execute_ptr[j] = TX_NULL; in _tx_thread_smp_execute_list_clear() 245 j++; in _tx_thread_smp_execute_list_clear() 259 UINT j; in _tx_thread_smp_schedule_list_setup() local 276 j = ((UINT) 6); in _tx_thread_smp_schedule_list_setup() 279 while (j < ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_schedule_list_setup() 282 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_setup() [all …]
|
D | tx_thread_smp_rebalance_execute_list.c | 96 UINT i, j, core; in _tx_thread_smp_rebalance_execute_list() local 323 j = ((UINT) TX_THREAD_SMP_MAX_CORES); in _tx_thread_smp_rebalance_execute_list() 331 j = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_rebalance_execute_list() 334 … if ((thread_possible_cores & available_cores & (((ULONG) 1) << j)) == ((ULONG) 0)) in _tx_thread_smp_rebalance_execute_list() 339 TX_LOWEST_SET_BIT_CALCULATE(test_cores, j) in _tx_thread_smp_rebalance_execute_list() 342 schedule_thread -> tx_thread_smp_core_mapped = j; in _tx_thread_smp_rebalance_execute_list() 346 _tx_thread_smp_schedule_list[j] = schedule_thread; in _tx_thread_smp_rebalance_execute_list() 349 available_cores = available_cores & ~(((ULONG) 1) << j); in _tx_thread_smp_rebalance_execute_list() 440 if (j != ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_rebalance_execute_list() 444 mapped_thread = _tx_thread_execute_ptr[j]; in _tx_thread_smp_rebalance_execute_list()
|
D | tx_thread_system_resume.c | 116 UINT j; in _tx_thread_system_resume() local 761 … j = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume() 764 available_cores = (((ULONG) 1) << j); in _tx_thread_system_resume() 771 … thread_ptr -> tx_thread_smp_core_mapped = j; in _tx_thread_system_resume() 774 _tx_thread_execute_ptr[j] = thread_ptr; in _tx_thread_system_resume() 777 … _tx_thread_smp_core_interrupt(thread_ptr, core_index, j); in _tx_thread_system_resume() 780 _tx_thread_smp_core_wakeup(core_index, j); in _tx_thread_system_resume() 798 _tx_thread_execute_ptr[j] = TX_NULL; in _tx_thread_system_resume() 826 … _tx_thread_execute_ptr[j] = preempt_thread; in _tx_thread_system_resume()
|
/ThreadX-v6.2.1/common_smp/inc/ |
D | tx_thread.h | 725 UINT j; in _tx_thread_smp_execute_list_clear() local 743 j = ((UINT) 6); in _tx_thread_smp_execute_list_clear() 747 while (j < ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_execute_list_clear() 750 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_clear() 755 _tx_thread_execute_ptr[j] = TX_NULL; in _tx_thread_smp_execute_list_clear() 758 j++; in _tx_thread_smp_execute_list_clear() 772 UINT j; in _tx_thread_smp_schedule_list_setup() local 789 j = ((UINT) 6); in _tx_thread_smp_schedule_list_setup() 792 while (j < ((UINT) TX_THREAD_SMP_MAX_CORES)) in _tx_thread_smp_schedule_list_setup() 795 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_setup() [all …]
|
/ThreadX-v6.2.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/ |
D | crti.s | 12 j target 37 j.d [%blink] 42 j [%blink] 63 j.d [%blink] 68 j [%blink]
|
/ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/gnu/src/ |
D | tx_thread_smp_core_get.S | 68 j $31 # Return to caller
|
D | tx_thread_smp_protect.S | 98 j $31 # Return to caller 118 j $31 # Return to caller
|
D | tx_initialize_low_level.S | 120 j $31 # Return to caller 131 j $26 # Jump to exception handler
|
/ThreadX-v6.2.1/ports/xtensa/xcc/src/ |
D | xtensa_vectors_xea3.S | 92 j _JumpToResetHandler 105 j _DoubleExceptionHandler // Externally defined 151 j _xt_exit 208 j 1f // make room for literals
|
/ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/green/src/ |
D | tx_el.c | 372 UINT i, j; in _tx_el_thread_unregister() local 385 j = 0; in _tx_el_thread_unregister() 411 j++; in _tx_el_thread_unregister() 413 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports_smp/cortex_a5x_smp/green/src/ |
D | tx_el.c | 372 UINT i, j; in _tx_el_thread_unregister() local 385 j = 0; in _tx_el_thread_unregister() 411 j++; in _tx_el_thread_unregister() 413 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_a8/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_a5/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_r4/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_a9/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_m7/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_a7/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_r7/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_m4/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_m3/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/cortex_r5/ghs/src/ |
D | tx_el.c | 371 UINT i, j; in _tx_el_thread_unregister() local 384 j = 0; in _tx_el_thread_unregister() 410 j++; in _tx_el_thread_unregister() 412 } while(j < TX_EL_TNIS); in _tx_el_thread_unregister()
|
/ThreadX-v6.2.1/ports/arc_hs/metaware/src/ |
D | tx_thread_context_fast_save.s | 100 j [blink] ; Return to the ISR
|
/ThreadX-v6.2.1/ports/risc-v32/iar/src/ |
D | tx_initialize_low_level.s | 126 …j _tx_thread_context_restore ; Jump to ThreadX context restore function. Note: …
|