Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 232) sorted by relevance

12345678910

/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/gnu/src/
Dtx_timer_interrupt.S101 la $9, _tx_timer_interrupt_active # Build address of timer interrupt active count
102 lw $8, ($9) # Pickup timer interrupt active count
103 addu $8, $8, 1 # Increment timer interrupt active count
104 sw $8, ($9) # Store new timer interrupt active count
200 la $9, _tx_timer_interrupt_active # Build address of timer interrupt active count
201 lw $8, ($9) # Pickup timer interrupt active count
202 subu $8, $8, 1 # Decrement timer interrupt active count
203 sw $8, ($9) # Store new timer interrupt active count
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/src/
Dtx_timer_interrupt.S119 LDR r1, =_tx_timer_interrupt_active @ Pickup address of timer interrupt active count
120 LDR r0, [r1, #0] @ Pickup interrupt active count
121 ADD r0, r0, #1 @ Increment interrupt active count
122 STR r0, [r1, #0] @ Store new interrupt active count
139 CMP r0, #0 @ Check for previous timer expiration still active
211 LDR r1, =_tx_timer_interrupt_active @ Pickup address of timer interrupt active count
212 LDR r0, [r1, #0] @ Pickup interrupt active count
213 SUB r0, r0, #1 @ Decrement interrupt active count
214 STR r0, [r1, #0] @ Store new interrupt active count
Dtx_thread_smp_unprotect.s103 CMP r3, #0 @ Check to see if the protection is still active
108 CMP r3, #0 @ Check to see if the protection is still active
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/src/
Dtx_timer_interrupt.S119 LDR r1, =_tx_timer_interrupt_active @ Pickup address of timer interrupt active count
120 LDR r0, [r1, #0] @ Pickup interrupt active count
121 ADD r0, r0, #1 @ Increment interrupt active count
122 STR r0, [r1, #0] @ Store new interrupt active count
139 CMP r0, #0 @ Check for previous timer expiration still active
211 LDR r1, =_tx_timer_interrupt_active @ Pickup address of timer interrupt active count
212 LDR r0, [r1, #0] @ Pickup interrupt active count
213 SUB r0, r0, #1 @ Decrement interrupt active count
214 STR r0, [r1, #0] @ Store new interrupt active count
Dtx_thread_smp_unprotect.S103 CMP r3, #0 @ Check to see if the protection is still active
108 CMP r3, #0 @ Check to see if the protection is still active
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/src/
Dtx_timer_interrupt.S119 LDR r1, =_tx_timer_interrupt_active @ Pickup address of timer interrupt active count
120 LDR r0, [r1, #0] @ Pickup interrupt active count
121 ADD r0, r0, #1 @ Increment interrupt active count
122 STR r0, [r1, #0] @ Store new interrupt active count
139 CMP r0, #0 @ Check for previous timer expiration still active
211 LDR r1, =_tx_timer_interrupt_active @ Pickup address of timer interrupt active count
212 LDR r0, [r1, #0] @ Pickup interrupt active count
213 SUB r0, r0, #1 @ Decrement interrupt active count
214 STR r0, [r1, #0] @ Store new interrupt active count
Dtx_thread_smp_unprotect.S103 CMP r3, #0 @ Check to see if the protection is still active
108 CMP r3, #0 @ Check to see if the protection is still active
/ThreadX-v6.3.0/common/src/
Dtxe_timer_info_get.c80 UINT _txe_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, in _txe_timer_info_get() argument
106 …status = _tx_timer_info_get(timer_ptr, name, active, remaining_ticks, reschedule_ticks, next_time… in _txe_timer_info_get()
Dtx_timer_info_get.c79 UINT _tx_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, in _tx_timer_info_get() argument
217 if (active != TX_NULL) in _tx_timer_info_get()
221 *active = timer_active; in _tx_timer_info_get()
/ThreadX-v6.3.0/common_smp/src/
Dtxe_timer_info_get.c80 UINT _txe_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, in _txe_timer_info_get() argument
106 …status = _tx_timer_info_get(timer_ptr, name, active, remaining_ticks, reschedule_ticks, next_time… in _txe_timer_info_get()
Dtx_timer_info_get.c79 UINT _tx_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, in _tx_timer_info_get() argument
217 if (active != TX_NULL) in _tx_timer_info_get()
221 *active = timer_active; in _tx_timer_info_get()
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/src/
Dtx_timer_interrupt.s117 LDR r1, =_tx_timer_interrupt_active ; Pickup address of timer interrupt active count
118 LDR r0, [r1, #0] ; Pickup interrupt active count
119 ADD r0, r0, #1 ; Increment interrupt active count
120 STR r0, [r1, #0] ; Store new interrupt active count
137 CMP r0, #0 ; Check for previous timer expiration still active
209 LDR r1, =_tx_timer_interrupt_active ; Pickup address of timer interrupt active count
210 LDR r0, [r1, #0] ; Pickup interrupt active count
211 SUB r0, r0, #1 ; Decrement interrupt active count
212 STR r0, [r1, #0] ; Store new interrupt active count
Dtx_thread_smp_unprotect.s101 CMP r3, #0 ; Check to see if the protection is still active
106 CMP r3, #0 ; Check to see if the protection is still active
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/ac5/src/
Dtx_timer_interrupt.s117 LDR r1, =_tx_timer_interrupt_active ; Pickup address of timer interrupt active count
118 LDR r0, [r1, #0] ; Pickup interrupt active count
119 ADD r0, r0, #1 ; Increment interrupt active count
120 STR r0, [r1, #0] ; Store new interrupt active count
137 CMP r0, #0 ; Check for previous timer expiration still active
209 LDR r1, =_tx_timer_interrupt_active ; Pickup address of timer interrupt active count
210 LDR r0, [r1, #0] ; Pickup interrupt active count
211 SUB r0, r0, #1 ; Decrement interrupt active count
212 STR r0, [r1, #0] ; Store new interrupt active count
Dtx_thread_smp_unprotect.s101 CMP r3, #0 ; Check to see if the protection is still active
106 CMP r3, #0 ; Check to see if the protection is still active
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/ac5/src/
Dtx_timer_interrupt.s117 LDR r1, =_tx_timer_interrupt_active ; Pickup address of timer interrupt active count
118 LDR r0, [r1, #0] ; Pickup interrupt active count
119 ADD r0, r0, #1 ; Increment interrupt active count
120 STR r0, [r1, #0] ; Store new interrupt active count
137 CMP r0, #0 ; Check for previous timer expiration still active
209 LDR r1, =_tx_timer_interrupt_active ; Pickup address of timer interrupt active count
210 LDR r0, [r1, #0] ; Pickup interrupt active count
211 SUB r0, r0, #1 ; Decrement interrupt active count
212 STR r0, [r1, #0] ; Store new interrupt active count
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_timer_interrupt.mip98 /* Increment timer interrupt active counter. */
101 la $9, _tx_timer_interrupt_active # Build address of timer interrupt active count
102 lw $8, ($9) # Pickup timer interrupt active count
103 addu $8, $8, 1 # Increment timer interrupt active count
104 sw $8, ($9) # Store new timer interrupt active count
197 /* Decrement timer interrupt active counter. */
200 la $9, _tx_timer_interrupt_active # Build address of timer interrupt active count
201 lw $8, ($9) # Pickup timer interrupt active count
202 subu $8, $8, 1 # Decrement timer interrupt active count
203 sw $8, ($9) # Store new timer interrupt active count
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_timer_info_get.c75 UINT _txe_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, UL… in _txe_timer_info_get() argument
81 extra_parameters[0] = (ALIGN_TYPE) active; in _txe_timer_info_get()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_timer_information_test.c97 UINT active; in thread_0_entry() local
192 …status += tx_timer_info_get(&timer_0, &name, &active, &remaining_ticks, &reschedule_ticks, &next_t… in thread_0_entry()
195 …if ((status != TX_SUCCESS) || (active != TX_TRUE) || (remaining_ticks != 1) || (reschedule_ticks !… in thread_0_entry()
205 …status += tx_timer_info_get(&timer_0, &name, &active, &remaining_ticks, &reschedule_ticks, &next_t… in thread_0_entry()
208 …if ((status != TX_SUCCESS) || (active != TX_FALSE) || (remaining_ticks != 1) || (reschedule_ticks … in thread_0_entry()
220 …status += tx_timer_info_get(&timer_0, &name, &active, &remaining_ticks, &reschedule_ticks, &next_t… in thread_0_entry()
223 …if ((status != TX_SUCCESS) || (active != TX_TRUE) || (remaining_ticks != 100) || (reschedule_ticks… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_timer_information_test.c97 UINT active; in thread_0_entry() local
192 …status += tx_timer_info_get(&timer_0, &name, &active, &remaining_ticks, &reschedule_ticks, &next_t… in thread_0_entry()
195 …if ((status != TX_SUCCESS) || (active != TX_TRUE) || (remaining_ticks != 1) || (reschedule_ticks !… in thread_0_entry()
205 …status += tx_timer_info_get(&timer_0, &name, &active, &remaining_ticks, &reschedule_ticks, &next_t… in thread_0_entry()
208 …if ((status != TX_SUCCESS) || (active != TX_FALSE) || (remaining_ticks != 1) || (reschedule_ticks … in thread_0_entry()
220 …status += tx_timer_info_get(&timer_0, &name, &active, &remaining_ticks, &reschedule_ticks, &next_t… in thread_0_entry()
223 …if ((status != TX_SUCCESS) || (active != TX_TRUE) || (remaining_ticks != 100) || (reschedule_ticks… in thread_0_entry()
/ThreadX-v6.3.0/ports_smp/arc_hs_smp/metaware/src/
Dtx_thread_smp_unprotect.s87 breq r6, 0, _still_protected ; If zero, protection is still active
90 brne r6, 0, _still_protected ; If non-zero, protection is still active
Dtx_timer_interrupt.s103 ld r0, [gp,_tx_timer_interrupt_active@sda] ; Pickup current timer active count
104 add r0, r0, 1 ; Increment the active count
105 st r0, [gp,_tx_timer_interrupt_active@sda] ; Store the new timer active count
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx_module_manager/
Dgic.c55 uint32_t pending, active;
57 active = ((GICDistributor->ICDABR[IRQn / 32]) >> (IRQn % 32)) & 0x1;
60 return ((active<<1) | pending);
/ThreadX-v6.3.0/ports/cortex_r4/ac6/example_build/sample_threadx/
Dgic.c55 uint32_t pending, active;
57 active = ((GICDistributor->ICDABR[IRQn / 32]) >> (IRQn % 32)) & 0x1;
60 return ((active<<1) | pending);
/ThreadX-v6.3.0/utility/low_power/
Dlow_power.md39active. If there are ThreadX timers active, the elapsed time while in low power mode must be measu…
45 … the internal ThreadX tick count is 2000 and there are no ThreadX timers active. The processor goe…
47 … The internal ThreadX tick count is 1000 and there are no ThreadX timers active. The processor goe…
75 …```. If **TX_LOW_POWER_TICKLESS** is not defined and there are no timers active, the *tx_low_power…
83 …only if no ThreadX timers are active. With symbol **TX_LOW_POWER_TICKLESS** defined, if there are …
231 1. A ThreadX timer is active. Function ```tx_timer_get_next``` returns **TX_TRUE**. Note that in th…
233 2. There are no ThreadX timers active. Function ```tx_timer_get_next``` returns *TX_FALSE*.
406 - *TX_TRUE* (1) At least one timer is active.
407 - *TX_FALSE* (0) No timers are currently active.

12345678910