| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_event_flag_isr_set_clear_test.c | 56 ULONG actual; in test_isr() local 104 status = tx_event_flags_get(&event_flags_0, 0x30000, TX_OR, &actual, TX_NO_WAIT); in test_isr() 113 status += tx_event_flags_get(&event_flags_0, 0x00000080, TX_OR, &actual, TX_NO_WAIT); in test_isr() 115 status += tx_event_flags_get(&event_flags_0, 0x000000C0, TX_OR_CLEAR, &actual, TX_NO_WAIT); in test_isr() 118 if ((status == TX_SUCCESS) && (actual == 0xC4)) in test_isr() 239 ULONG actual; in thread_0_entry() local 253 status = tx_event_flags_get(&event_flags_0, 2, TX_OR_CLEAR, &actual, 4); in thread_0_entry() 311 ULONG actual; in thread_1_entry() local 319 status = tx_event_flags_get(&event_flags_0, 1, TX_OR_CLEAR, &actual, 4); in thread_1_entry()
|
| D | threadx_event_flag_isr_wait_abort_test.c | 213 ULONG actual; in thread_0_entry() local 227 status = tx_event_flags_get(&event_flags_0, 2, TX_OR_CLEAR, &actual, 4); in thread_0_entry() 285 ULONG actual; in thread_1_entry() local 293 status = tx_event_flags_get(&event_flags_0, 1, TX_OR_CLEAR, &actual, 4); in thread_1_entry()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_event_flag_isr_set_clear_test.c | 55 ULONG actual; in test_isr() local 103 status = tx_event_flags_get(&event_flags_0, 0x30000, TX_OR, &actual, TX_NO_WAIT); in test_isr() 112 status += tx_event_flags_get(&event_flags_0, 0x00000080, TX_OR, &actual, TX_NO_WAIT); in test_isr() 114 status += tx_event_flags_get(&event_flags_0, 0x000000C0, TX_OR_CLEAR, &actual, TX_NO_WAIT); in test_isr() 117 if ((status == TX_SUCCESS) && (actual == 0xC4)) in test_isr() 238 ULONG actual; in thread_0_entry() local 252 status = tx_event_flags_get(&event_flags_0, 2, TX_OR_CLEAR, &actual, 4); in thread_0_entry() 310 ULONG actual; in thread_1_entry() local 318 status = tx_event_flags_get(&event_flags_0, 1, TX_OR_CLEAR, &actual, 4); in thread_1_entry()
|
| D | threadx_event_flag_isr_wait_abort_test.c | 212 ULONG actual; in thread_0_entry() local 226 status = tx_event_flags_get(&event_flags_0, 2, TX_OR_CLEAR, &actual, 4); in thread_0_entry() 284 ULONG actual; in thread_1_entry() local 292 status = tx_event_flags_get(&event_flags_0, 1, TX_OR_CLEAR, &actual, 4); in thread_1_entry()
|
| /ThreadX-v6.4.1/ports_module/cortex_a7/iar/module_manager/src/ |
| D | tx_thread_context_restore.s | 116 LDR r0, [r1] ; Load actual current thread pointer 122 LDR r2, [r3] ; Load actual preempt disable flag 128 LDR r2, [r3] ; Load actual execute thread pointer
|
| D | tx_thread_fiq_context_restore.s | 153 LDR r0, [r1] ; Pickup actual current thread pointer 158 LDR r2, [r3] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/arm9/gnu/src/ |
| D | tx_thread_context_restore.S | 141 LDR r0, [r1] @ Pickup actual current thread pointer 146 LDR r2, [r3] @ Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/arm11/gnu/src/ |
| D | tx_thread_context_restore.S | 141 LDR r0, [r1] @ Pickup actual current thread pointer 146 LDR r2, [r3] @ Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/cortex_r5/ac6/src/ |
| D | tx_thread_context_restore.S | 147 LDR r0, [r1] @ Pickup actual current thread pointer 152 LDR r2, [r3] @ Pickup actual preempt disable flag
|
| D | tx_thread_fiq_context_restore.S | 150 LDR r0, [r1] @ Pickup actual current thread pointer 155 LDR r2, [r3] @ Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/cortex_r5/gnu/src/ |
| D | tx_thread_context_restore.S | 141 LDR r0, [r1] @ Pickup actual current thread pointer 146 LDR r2, [r3] @ Pickup actual preempt disable flag
|
| D | tx_thread_fiq_context_restore.S | 143 LDR r0, [r1] @ Pickup actual current thread pointer 148 LDR r2, [r3] @ Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/cortex_r5/iar/src/ |
| D | tx_thread_context_restore.s | 138 LDR r0, [r1] ; Pickup actual current thread pointer 143 LDR r2, [r3] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/cortex_r4/gnu/src/ |
| D | tx_thread_context_restore.S | 141 LDR r0, [r1] @ Pickup actual current thread pointer 146 LDR r2, [r3] @ Pickup actual preempt disable flag
|
| D | tx_thread_fiq_context_restore.S | 143 LDR r0, [r1] @ Pickup actual current thread pointer 148 LDR r2, [r3] @ Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/cortex_r4/iar/src/ |
| D | tx_thread_context_restore.s | 138 LDR r0, [r1] ; Pickup actual current thread pointer 143 LDR r2, [r3] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/cortex_r4/ac5/src/ |
| D | tx_thread_context_restore.s | 147 LDR r0, [r1, #0] ; Pickup actual current thread pointer 152 LDR r2, [r3, #0] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/cortex_a9/ac5/src/ |
| D | tx_thread_context_restore.s | 147 LDR r0, [r1, #0] ; Pickup actual current thread pointer 152 LDR r2, [r3, #0] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/arm11/iar/src/ |
| D | tx_thread_context_restore.s | 145 LDR r0, [r1, #0] ; Pickup actual current thread pointer 150 LDR r2, [r3, #0] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/arm9/ac5/src/ |
| D | tx_thread_context_restore.s | 146 LDR r0, [r1, #0] ; Pickup actual current thread pointer 151 LDR r2, [r3, #0] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/arm9/iar/src/ |
| D | tx_thread_context_restore.s | 143 LDR r0, [r1, #0] ; Pickup actual current thread pointer 148 LDR r2, [r3, #0] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/arm11/ac5/src/ |
| D | tx_thread_context_restore.s | 146 LDR r0, [r1, #0] ; Pickup actual current thread pointer 151 LDR r2, [r3, #0] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/cortex_a15/iar/src/ |
| D | tx_thread_context_restore.s | 145 LDR r0, [r1, #0] ; Pickup actual current thread pointer 150 LDR r2, [r3, #0] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/ |
| D | tx_thread_context_restore.s | 129 LDR r0, [r1] ; Pickup actual current thread pointer 134 LDR r2, [r3] ; Pickup actual preempt disable flag
|
| /ThreadX-v6.4.1/ports/cortex_a8/ac5/src/ |
| D | tx_thread_context_restore.s | 147 LDR r0, [r1, #0] ; Pickup actual current thread pointer 152 LDR r2, [r3, #0] ; Pickup actual preempt disable flag
|