Searched refs:there (Results 51 – 75 of 128) sorted by relevance
123456
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/ |
D | tx_thread_schedule.s | 126 BEQ _tx_handler_svc_schedule ; Yes, go there 129 BEQ _tx_handler_svc_super_enter ; Yes, go there 132 BEQ _tx_handler_svc_super_exit ; Yes, go there 136 BEQ _tx_handler_svc_arm ; Yes, go there
|
/ThreadX-v6.4.1/ports/cortex_m0/ac5/src/ |
D | tx_thread_schedule.s | 190 LDR r1, [r2] ; Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports/cortex_m0/ac6/src/ |
D | tx_thread_schedule.S | 203 LDR r1, [r2] @ Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports/cortex_m0/gnu/src/ |
D | tx_thread_schedule.S | 203 LDR r1, [r2] @ Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports/cortex_m0/iar/src/ |
D | tx_thread_schedule.s | 188 LDR r1, [r2] ; Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports/cortex_m0/keil/src/ |
D | tx_thread_schedule.s | 191 LDR r1, [r2] ; Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports/cortex_m4/keil/src/ |
D | tx_thread_schedule.s | 190 LDR r1, [r2] ; Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports_module/cortex_a7/iar/module_manager/src/ |
D | tx_thread_schedule.s | 143 BEQ _tx_handler_svc_schedule ; Yes, go there 146 BEQ _tx_handler_svc_super_enter ; Yes, go there 149 BEQ _tx_handler_svc_super_exit ; Yes, go there 153 BEQ _tx_handler_svc_arm ; Yes, go there
|
/ThreadX-v6.4.1/ports/cortex_m3/ghs/src/ |
D | tx_thread_schedule.arm | 131 ; /* Determine if there is a current thread to finish preserving. */ 165 LDR r1, [r2] ; Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/gnu/src/ |
D | tx_timer_interrupt.S | 143 CMP r2, #0 @ Is there anything in the list?
|
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/src/ |
D | tx_timer_interrupt.S | 143 CMP r2, #0 @ Is there anything in the list?
|
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/src/ |
D | tx_timer_interrupt.S | 143 CMP r2, #0 @ Is there anything in the list?
|
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/src/ |
D | tx_timer_interrupt.s | 141 CMP r2, #0 ; Is there anything in the list?
|
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/src/ |
D | tx_timer_interrupt.s | 141 CMP r2, #0 ; Is there anything in the list?
|
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/src/ |
D | tx_timer_interrupt.s | 141 CMP r2, #0 ; Is there anything in the list?
|
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/ |
D | crt1cl.s | 147 ; weak versions of BSS section symbols in case there is no .bss section
|
/ThreadX-v6.4.1/ports/cortex_m7/ghs/src/ |
D | tx_thread_schedule.arm | 139 ; /* Determine if there is a current thread to finish preserving. */ 179 LDR r1, [r2] ; Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/src/ |
D | tx_thread_schedule.arm | 134 /* Determine if there is a current thread to finish preserving. */ 173 LDR r1, [r2] // Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports/cortex_m4/ghs/src/ |
D | tx_thread_schedule.arm | 139 ; /* Determine if there is a current thread to finish preserving. */ 179 LDR r1, [r2] ; Is there another thread ready to execute?
|
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/ |
D | tx_timer_interrupt.a64 | 117 CMP x2, #0 // Is there anything in the list?
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
D | init_vpe1.mip | 70 beqz r21_more_tcs, done_init_vpe1 // If there is no . 72 beqz r20_more_vpes, done_init_vpe1 // If there is no vpe1 then skip init_vpe1.
|
D | init_cm.mip | 73 // Disable the CM regions if there is an IOCU.
|
/ThreadX-v6.4.1/ports_module/cortex_a7/gnu/example_build/ |
D | sample_threadx.ld | 181 .bss section disappears because there are no input sections. */
|
/ThreadX-v6.4.1/ports/cortex_a9/gnu/example_build/ |
D | sample_threadx.ld | 181 .bss section disappears because there are no input sections. */
|
/ThreadX-v6.4.1/ports/arm9/gnu/example_build/ |
D | sample_threadx.ld | 181 .bss section disappears because there are no input sections. */
|
123456