Searched refs:k (Results 1 – 8 of 8) sorted by relevance
/ThreadX-v6.3.0/common_modules/module_manager/utilities/ |
D | module_to_c_array.c | 132 unsigned long i, j, k; in main() local 342 k = 0; in main() 362 if (k == 0) in main() 364 k = code_section_array[i].code_section_index; in main() 365 …fprintf(array_file, ", /* SECTION: %s */\n", §ion_string_table[section_header[k].elf_sec… in main()
|
/ThreadX-v6.3.0/ports_smp/cortex_r8_smp/ac5/example_build/sample_threadx/ |
D | demo_threadx.ld | 43 ; increased from 32k to 64k
|
/ThreadX-v6.3.0/ports_smp/linux/gnu/inc/ |
D | tx_port.h | 431 … UINT k; \ 432 … for (k = 1; k < TX_THREAD_SMP_MAX_CORES; k++) \ 434 … _tx_thread_system_state[k] = 0; \
|
/ThreadX-v6.3.0/common_smp/src/ |
D | tx_thread_smp_utilities.c | 832 UINT i, j, k; in _tx_thread_smp_preemptable_threads_get() local 931 k = i + ((UINT) 1); in _tx_thread_smp_preemptable_threads_get() 934 while (k < j) in _tx_thread_smp_preemptable_threads_get() 938 next_thread = possible_preemption_list[k]; in _tx_thread_smp_preemptable_threads_get() 946 possible_preemption_list[k] = thread_ptr; in _tx_thread_smp_preemptable_threads_get() 972 possible_preemption_list[k] = thread_ptr; in _tx_thread_smp_preemptable_threads_get() 983 k++; in _tx_thread_smp_preemptable_threads_get()
|
/ThreadX-v6.3.0/common_smp/inc/ |
D | tx_thread.h | 1357 UINT i, j, k; in _tx_thread_smp_preemptable_threads_get() local 1456 k = i + ((UINT) 1); in _tx_thread_smp_preemptable_threads_get() 1459 while (k < j) in _tx_thread_smp_preemptable_threads_get() 1463 next_thread = possible_preemption_list[k]; in _tx_thread_smp_preemptable_threads_get() 1471 possible_preemption_list[k] = thread_ptr; in _tx_thread_smp_preemptable_threads_get() 1497 possible_preemption_list[k] = thread_ptr; in _tx_thread_smp_preemptable_threads_get() 1508 k++; in _tx_thread_smp_preemptable_threads_get()
|
/ThreadX-v6.3.0/ports/risc-v32/iar/example_build/ |
D | sample_threadx.icf | 31 define block MINTERRUPTS with maximum size = 64k { ro section .mtext,
|
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/ |
D | tx_osek.c | 8411 UINT k; in push_task_to_table() local 8423 k = i + 1u; in push_task_to_table() 8424 task_table[priority][k] = task_table[priority][i]; in push_task_to_table() 8708 UINT k; in pop_task_from_table() local 8719 k = i + 1u; in pop_task_from_table() 8720 task_table[priority][i] = task_table[priority][k]; in pop_task_from_table()
|
/ThreadX-v6.3.0/ports/risc-v32/iar/ |
D | readme_threadx.txt | 196 define block MINTERRUPTS with maximum size = 64k { ro section .mtext,
|