/ThreadX-v6.2.1/common_smp/src/ |
D | tx_mutex_info_get.c | 81 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()
|
D | txe_mutex_info_get.c | 82 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/ |
D | tx_mutex_info_get.c | 81 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()
|
D | txe_mutex_info_get.c | 82 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/ |
D | tx_timer_interrupt.S | 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 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
|
D | tx_thread_schedule.S | 184 lw $10, 4($8) # Pickup run count 186 addu $10, $10, 1 # Increment run count 187 sw $10, 4($8) # Store new run count
|
D | tx_thread_smp_unprotect.S | 79 lw $12, 12($10) # Pickup protection count 82 sw $12, 12($10) # Store back the protection count
|
D | tx_thread_smp_protect.S | 86 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/ |
D | px_sem_close.c | 104 sem->count -= 1; in sem_close() 106 if(! (sem->count) ) in sem_close()
|
/ThreadX-v6.2.1/ports/risc-v32/iar/src/ |
D | tx_thread_schedule.s | 119 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/ |
D | tx_thread_smp_unprotect.s | 102 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…
|
D | tx_timer_interrupt.S | 119 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/ |
D | tx_thread_smp_unprotect.S | 102 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…
|
D | tx_timer_interrupt.S | 119 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/ |
D | tx_thread_smp_unprotect.S | 102 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…
|
D | tx_timer_interrupt.S | 119 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/ |
D | tx_thread_smp_unprotect.s | 86 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/ |
D | txm_mutex_info_get.c | 77 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/ |
D | tx_thread_smp_unprotect.s | 100 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…
|
D | tx_timer_interrupt.s | 117 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/ |
D | tx_thread_smp_unprotect.s | 100 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…
|
D | tx_timer_interrupt.s | 117 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/ |
D | tx_thread_smp_unprotect.s | 100 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…
|
D | tx_timer_interrupt.s | 117 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/ |
D | tx_timer_interrupt.mip | 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 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
|