Home
last modified time | relevance | path

Searched refs:actual_flags (Results 1 – 25 of 204) sorted by relevance

123456789

/ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c244 ULONG actual_flags; in thread_5_entry() local
256 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
259 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c244 ULONG actual_flags; in thread_5_entry() local
256 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
259 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c298 ULONG actual_flags; in thread_5_entry() local
310 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
313 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx.c297 ULONG actual_flags; in thread_5_entry() local
309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c298 ULONG actual_flags; in thread_5_entry() local
310 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
313 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx.c309 ULONG actual_flags; in thread_5_entry() local
321 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
324 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx.c297 ULONG actual_flags; in thread_5_entry() local
309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c302 ULONG actual_flags; in thread_5_entry() local
314 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
317 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx.c304 ULONG actual_flags; in thread_5_entry() local
316 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
319 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dsample_threadx.c301 ULONG actual_flags; in thread_5_entry() local
313 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
316 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_a7/iar/example_build/
Dsample_threadx.c304 ULONG actual_flags; in thread_5_entry() local
316 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
319 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx/
Dsample_threadx.c298 ULONG actual_flags; in thread_5_entry() local
310 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
313 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_m0+/gnu/example_build/sample_threadx/
Dsample_threadx.c298 ULONG actual_flags; in thread_5_entry() local
310 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
313 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac5/example_build/
Dsample_threadx.c297 ULONG actual_flags; in thread_5_entry() local
309 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
312 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac6/example_build/sample_threadx/
Dsample_threadx.c298 ULONG actual_flags; in thread_5_entry() local
310 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
313 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.c305 ULONG actual_flags; in thread_5_entry() local
317 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
320 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports/xtensa/xcc/example_build/
Ddemo_threadx.c305 ULONG actual_flags; in thread_5_entry() local
317 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
320 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_module/cortex_a35/ac6/example_build/sample_threadx/
Dsample_threadx.c305 ULONG actual_flags; in thread_5_entry() local
317 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
320 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/
Dsample_threadx.c307 ULONG actual_flags; in thread_5_entry() local
319 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
322 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/samples/
Ddemo_threadx.c298 ULONG actual_flags; in thread_5_entry() local
310 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
313 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_smp/cortex_a7_smp/gnu/example_build/
Dsample_threadx.c307 ULONG actual_flags; in thread_5_entry() local
319 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
322 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/
Dsample_threadx.c307 ULONG actual_flags; in thread_5_entry() local
319 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
322 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_smp/cortex_a9_smp/gnu/example_build/
Dsample_threadx.c307 ULONG actual_flags; in thread_5_entry() local
319 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
322 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/
Dsample_threadx.c307 ULONG actual_flags; in thread_5_entry() local
319 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
322 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()
/ThreadX-v6.2.1/ports_smp/cortex_a5_smp/gnu/example_build/
Dsample_threadx.c307 ULONG actual_flags; in thread_5_entry() local
319 &actual_flags, TX_WAIT_FOREVER); in thread_5_entry()
322 if ((status != TX_SUCCESS) || (actual_flags != 0x1)) in thread_5_entry()

123456789