Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 186) sorted by relevance

12345678

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_event_flag_isr_set_clear_test.c56 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()
Dthreadx_event_flag_isr_wait_abort_test.c213 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/
Dthreadx_event_flag_isr_set_clear_test.c55 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()
Dthreadx_event_flag_isr_wait_abort_test.c212 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/
Dtx_thread_context_restore.s116 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
Dtx_thread_fiq_context_restore.s153 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/
Dtx_thread_context_restore.S141 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/
Dtx_thread_context_restore.S141 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/
Dtx_thread_context_restore.S147 LDR r0, [r1] @ Pickup actual current thread pointer
152 LDR r2, [r3] @ Pickup actual preempt disable flag
Dtx_thread_fiq_context_restore.S150 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/
Dtx_thread_context_restore.S141 LDR r0, [r1] @ Pickup actual current thread pointer
146 LDR r2, [r3] @ Pickup actual preempt disable flag
Dtx_thread_fiq_context_restore.S143 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/
Dtx_thread_context_restore.s138 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/
Dtx_thread_context_restore.S141 LDR r0, [r1] @ Pickup actual current thread pointer
146 LDR r2, [r3] @ Pickup actual preempt disable flag
Dtx_thread_fiq_context_restore.S143 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/
Dtx_thread_context_restore.s138 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/
Dtx_thread_context_restore.s147 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/
Dtx_thread_context_restore.s147 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/
Dtx_thread_context_restore.s145 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/
Dtx_thread_context_restore.s146 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/
Dtx_thread_context_restore.s143 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/
Dtx_thread_context_restore.s146 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/
Dtx_thread_context_restore.s145 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/
Dtx_thread_context_restore.s129 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/
Dtx_thread_context_restore.s147 LDR r0, [r1, #0] ; Pickup actual current thread pointer
152 LDR r2, [r3, #0] ; Pickup actual preempt disable flag

12345678