Home
last modified time | relevance | path

Searched refs:head (Results 1 – 13 of 13) sorted by relevance

/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/gnu/src/
Dtx_thread_smp_protect.S173 LDR r3, =_tx_thread_smp_protect_wait_list_head @ Get the address of the head
174 LDR r3, [r3] @ Get the value of the head
176 LDR r4, [r4, r3, LSL #2] @ Get the value at the head index
275 LDR r3, =_tx_thread_smp_protect_wait_list_head @ Get the address of the head
276 LDR r3, [r3] @ Get the value of the head
278 LDR r4, [r4, r3, LSL #2] @ Get the value at the head index
Dtx_thread_smp_protection_wait_list_macros.h78 STR r5, [r4] @ Store the new head
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/src/
Dtx_thread_smp_protect.S173 LDR r3, =_tx_thread_smp_protect_wait_list_head @ Get the address of the head
174 LDR r3, [r3] @ Get the value of the head
176 LDR r4, [r4, r3, LSL #2] @ Get the value at the head index
275 LDR r3, =_tx_thread_smp_protect_wait_list_head @ Get the address of the head
276 LDR r3, [r3] @ Get the value of the head
278 LDR r4, [r4, r3, LSL #2] @ Get the value at the head index
Dtx_thread_smp_protection_wait_list_macros.h78 STR r5, [r4] @ Store the new head
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/src/
Dtx_thread_smp_protect.S171 LDR r3, =_tx_thread_smp_protect_wait_list_head @ Get the address of the head
172 LDR r3, [r3] @ Get the value of the head
174 LDR r4, [r4, r3, LSL #2] @ Get the value at the head index
273 LDR r3, =_tx_thread_smp_protect_wait_list_head @ Get the address of the head
274 LDR r3, [r3] @ Get the value of the head
276 LDR r4, [r4, r3, LSL #2] @ Get the value at the head index
Dtx_thread_smp_protection_wait_list_macros.h78 STR r5, [r4] @ Store the new head
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/src/
Dtx_thread_smp_protect.s169 LDR r3, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head
170 LDR r3, [r3] ; Get the value of the head
172 LDR r4, [r4, r3, LSL #2] ; Get the value at the head index
271 LDR r3, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head
272 LDR r3, [r3] ; Get the value of the head
274 LDR r4, [r4, r3, LSL #2] ; Get the value at the head index
Dtx_thread_smp_protection_wait_list_macros.h80 STR r5, [r4] ; Store the new head variable
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/src/
Dtx_thread_smp_protect.s171 LDR r3, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head
172 LDR r3, [r3] ; Get the value of the head
174 LDR r4, [r4, r3, LSL #2] ; Get the value at the head index
273 LDR r3, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head
274 LDR r3, [r3] ; Get the value of the head
276 LDR r4, [r4, r3, LSL #2] ; Get the value at the head index
Dtx_thread_smp_protection_wait_list_macros.h80 STR r5, [r4] ; Store the new head variable
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/src/
Dtx_thread_smp_protect.s169 LDR r3, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head
170 LDR r3, [r3] ; Get the value of the head
172 LDR r4, [r4, r3, LSL #2] ; Get the value at the head index
271 LDR r3, =_tx_thread_smp_protect_wait_list_head ; Get the address of the head
272 LDR r3, [r3] ; Get the value of the head
274 LDR r4, [r4, r3, LSL #2] ; Get the value at the head index
Dtx_thread_smp_protection_wait_list_macros.h80 STR r5, [r4] ; Store the new head variable
/ThreadX-v6.4.1/docs/
Drevision_history.txt1391 …_system_suspend.c Corrected issue with self-suspending thread not at the head
1447 … tx_mutex_priority_change.c Added logic to not place thread at head of list
1461 … tx_thread_priority_change.c Added logic to not place thread at head of list