Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 149) sorted by relevance

123456

/ThreadX-v6.2.1/common_smp/src/
Dtx_mutex_info_get.c81 UINT _tx_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, in _tx_mutex_info_get() argument
109 if (count != TX_NULL) in _tx_mutex_info_get()
112 *count = ((ULONG) mutex_ptr -> tx_mutex_ownership_count); in _tx_mutex_info_get()
Dtxe_mutex_info_get.c82 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, in _txe_mutex_info_get() argument
109 status = _tx_mutex_info_get(mutex_ptr, name, count, owner, first_suspended, in _txe_mutex_info_get()
/ThreadX-v6.2.1/common/src/
Dtx_mutex_info_get.c81 UINT _tx_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, in _tx_mutex_info_get() argument
109 if (count != TX_NULL) in _tx_mutex_info_get()
112 *count = ((ULONG) mutex_ptr -> tx_mutex_ownership_count); in _tx_mutex_info_get()
Dtxe_mutex_info_get.c82 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, in _txe_mutex_info_get() argument
109 status = _tx_mutex_info_get(mutex_ptr, name, count, owner, first_suspended, in _txe_mutex_info_get()
/ThreadX-v6.2.1/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
Dtx_thread_schedule.S184 lw $10, 4($8) # Pickup run count
186 addu $10, $10, 1 # Increment run count
187 sw $10, 4($8) # Store new run count
Dtx_thread_smp_unprotect.S79 lw $12, 12($10) # Pickup protection count
82 sw $12, 12($10) # Store back the protection count
Dtx_thread_smp_protect.S86 sw $11, 12($10) # Setup the initial count
110 lw $12, 12($10) # Pickup protection count
119 sw $12, 12($10) # Store back the protection count
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_close.c104 sem->count -= 1; in sem_close()
106 if(! (sem->count) ) in sem_close()
/ThreadX-v6.2.1/ports/risc-v32/iar/src/
Dtx_thread_schedule.s119 lw t2, 4(t1) ; Pickup run count
121 addi t2, t2, 1 ; Increment run count
122 sw t2, 4(t1) ; Store new run count
/ThreadX-v6.2.1/ports_smp/cortex_a7_smp/gnu/src/
Dtx_thread_smp_unprotect.s102 LDR r3, [r2, #12] @ Pickup the protection count
104 …BEQ _still_protected @ If the protection count is zero, protection has alre…
106 SUB r3, r3, #1 @ Decrement the protection count
107 STR r3, [r2, #12] @ Store the new count back
109 …BNE _still_protected @ If the protection count is non-zero, protection is s…
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
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
/ThreadX-v6.2.1/ports_smp/cortex_a9_smp/gnu/src/
Dtx_thread_smp_unprotect.S102 LDR r3, [r2, #12] @ Pickup the protection count
104 …BEQ _still_protected @ If the protection count is zero, protection has alre…
106 SUB r3, r3, #1 @ Decrement the protection count
107 STR r3, [r2, #12] @ Store the new count back
109 …BNE _still_protected @ If the protection count is non-zero, protection is s…
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
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
/ThreadX-v6.2.1/ports_smp/cortex_a5_smp/gnu/src/
Dtx_thread_smp_unprotect.S102 LDR r3, [r2, #12] @ Pickup the protection count
104 …BEQ _still_protected @ If the protection count is zero, protection has alre…
106 SUB r3, r3, #1 @ Decrement the protection count
107 STR r3, [r2, #12] @ Store the new count back
109 …BNE _still_protected @ If the protection count is non-zero, protection is s…
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
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
/ThreadX-v6.2.1/ports_smp/arc_hs_smp/metaware/src/
Dtx_thread_smp_unprotect.s86 ld r6, [r4, 12] ; Pickup ownership count
88 sub r6, r6, 1 ; Decrement the ownership count
89 st r6, [r4, 12] ; Store the ownership count
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_mutex_info_get.c77 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, TX_THRE… in _txe_mutex_info_get() argument
83 extra_parameters[0] = (ALIGN_TYPE) count; in _txe_mutex_info_get()
/ThreadX-v6.2.1/ports_smp/cortex_a7_smp/ac5/src/
Dtx_thread_smp_unprotect.s100 LDR r3, [r2, #12] ; Pickup the protection count
102 …BEQ _still_protected ; If the protection count is zero, protection has alre…
104 SUB r3, r3, #1 ; Decrement the protection count
105 STR r3, [r2, #12] ; Store the new count back
107 …BNE _still_protected ; If the protection count is non-zero, protection is s…
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
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.2.1/ports_smp/cortex_a9_smp/ac5/src/
Dtx_thread_smp_unprotect.s100 LDR r3, [r2, #12] ; Pickup the protection count
102 …BEQ _still_protected ; If the protection count is zero, protection has alre…
104 SUB r3, r3, #1 ; Decrement the protection count
105 STR r3, [r2, #12] ; Store the new count back
107 …BNE _still_protected ; If the protection count is non-zero, protection is s…
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
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.2.1/ports_smp/cortex_a5_smp/ac5/src/
Dtx_thread_smp_unprotect.s100 LDR r3, [r2, #12] ; Pickup the protection count
102 …BEQ _still_protected ; If the protection count is zero, protection has alre…
104 SUB r3, r3, #1 ; Decrement the protection count
105 STR r3, [r2, #12] ; Store the new count back
107 …BNE _still_protected ; If the protection count is non-zero, protection is s…
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
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.2.1/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_timer_interrupt.mip101 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

123456