Home
last modified time | relevance | path

Searched refs:DEMO_STACK_SIZE (Results 1 – 25 of 237) sorted by relevance

12345678910

/ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c6 #define DEMO_STACK_SIZE 1024 macro
36 UCHAR thread_0_stack[DEMO_STACK_SIZE];
37 UCHAR thread_1_stack[DEMO_STACK_SIZE];
38 UCHAR thread_2_stack[DEMO_STACK_SIZE];
39 UCHAR thread_3_stack[DEMO_STACK_SIZE];
40 UCHAR thread_4_stack[DEMO_STACK_SIZE];
41 UCHAR thread_5_stack[DEMO_STACK_SIZE];
81 thread_0_stack, DEMO_STACK_SIZE, in tx_application_define()
88 thread_1_stack, DEMO_STACK_SIZE, in tx_application_define()
92 thread_2_stack, DEMO_STACK_SIZE, in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c6 #define DEMO_STACK_SIZE 1024 macro
36 UCHAR thread_0_stack[DEMO_STACK_SIZE];
37 UCHAR thread_1_stack[DEMO_STACK_SIZE];
38 UCHAR thread_2_stack[DEMO_STACK_SIZE];
39 UCHAR thread_3_stack[DEMO_STACK_SIZE];
40 UCHAR thread_4_stack[DEMO_STACK_SIZE];
41 UCHAR thread_5_stack[DEMO_STACK_SIZE];
81 thread_0_stack, DEMO_STACK_SIZE, in tx_application_define()
88 thread_1_stack, DEMO_STACK_SIZE, in tx_application_define()
92 thread_2_stack, DEMO_STACK_SIZE, in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/arm11/ac5/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/arm11/gnu/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a7/ac5/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a12/gnu/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/sample_threadx/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a7/ghs/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
81 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
85 pointer, DEMO_STACK_SIZE, in tx_application_define()
90 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
96 pointer, DEMO_STACK_SIZE, in tx_application_define()
100 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
103 pointer, DEMO_STACK_SIZE, in tx_application_define()
107 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
112 pointer, DEMO_STACK_SIZE, in tx_application_define()
116 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a12/ac6/example_build/sample_threadx/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a17/ac6/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a17/gnu/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a5/ac5/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_STACK_SIZE 2048 macro
87 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
91 pointer, DEMO_STACK_SIZE, in tx_application_define()
96 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
109 pointer, DEMO_STACK_SIZE, in tx_application_define()
113 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
118 pointer, DEMO_STACK_SIZE, in tx_application_define()
122 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_a8/ac5/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports_module/cortex_a35/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_STACK_SIZE 2048 macro
87 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
91 pointer, DEMO_STACK_SIZE, in tx_application_define()
96 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
109 pointer, DEMO_STACK_SIZE, in tx_application_define()
113 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
118 pointer, DEMO_STACK_SIZE, in tx_application_define()
122 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_m7/ghs/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_STACK_SIZE 1024 macro
85 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
89 pointer, DEMO_STACK_SIZE, in tx_application_define()
94 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
100 pointer, DEMO_STACK_SIZE, in tx_application_define()
104 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
107 pointer, DEMO_STACK_SIZE, in tx_application_define()
111 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
116 pointer, DEMO_STACK_SIZE, in tx_application_define()
120 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_m7/iar/example_build/
Dsample_threadx.c11 #define DEMO_STACK_SIZE 1024 macro
93 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
97 pointer, DEMO_STACK_SIZE, in tx_application_define()
101 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
107 pointer, DEMO_STACK_SIZE, in tx_application_define()
111 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
114 pointer, DEMO_STACK_SIZE, in tx_application_define()
118 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
123 pointer, DEMO_STACK_SIZE, in tx_application_define()
127 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_r4/ac5/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_STACK_SIZE 1024 macro
84 status = tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
88 pointer, DEMO_STACK_SIZE, in tx_application_define()
93 status = tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
99 pointer, DEMO_STACK_SIZE, in tx_application_define()
103 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
106 pointer, DEMO_STACK_SIZE, in tx_application_define()
110 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
115 pointer, DEMO_STACK_SIZE, in tx_application_define()
119 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_r4/ghs/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
80 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
84 pointer, DEMO_STACK_SIZE, in tx_application_define()
89 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
95 pointer, DEMO_STACK_SIZE, in tx_application_define()
99 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
102 pointer, DEMO_STACK_SIZE, in tx_application_define()
106 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
111 pointer, DEMO_STACK_SIZE, in tx_application_define()
115 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/xtensa/xcc/example_build/
Ddemo_threadx.c10 #define DEMO_STACK_SIZE 1024 macro
84 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
88 pointer, DEMO_STACK_SIZE, in tx_application_define()
93 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
99 pointer, DEMO_STACK_SIZE, in tx_application_define()
103 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
106 pointer, DEMO_STACK_SIZE, in tx_application_define()
110 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
115 pointer, DEMO_STACK_SIZE, in tx_application_define()
119 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.2.1/ports/cortex_m7/gnu/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
81 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
85 pointer, DEMO_STACK_SIZE, in tx_application_define()
90 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
96 pointer, DEMO_STACK_SIZE, in tx_application_define()
100 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
103 pointer, DEMO_STACK_SIZE, in tx_application_define()
107 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
112 pointer, DEMO_STACK_SIZE, in tx_application_define()
116 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]

12345678910