Home
last modified time | relevance | path

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

1234567891011

/ThreadX-v6.4.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.4.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.4.1/ports_module/cortex_m7/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.4.1/ports_module/cortex_m7/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.4.1/ports_module/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.4.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.4.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 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.4.1/ports_module/cortex_m4/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.4.1/ports_module/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.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
86 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
90 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.4.1/ports_module/cortex_m0+/gnu/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.4.1/ports_module/cortex_m0+/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.4.1/ports_module/cortex_m3/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.4.1/ports_module/cortex_m3/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.4.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.4.1/ports/cortex_m3/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.4.1/ports_smp/cortex_a9_smp/gnu/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
91 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()
105 pointer, DEMO_STACK_SIZE, in tx_application_define()
109 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()
121 pointer, DEMO_STACK_SIZE, in tx_application_define()
125 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.4.1/ports/cortex_m3/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.4.1/ports/cortex_a9/iar/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
83 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
87 pointer, DEMO_STACK_SIZE, in tx_application_define()
92 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
98 pointer, DEMO_STACK_SIZE, in tx_application_define()
102 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
105 pointer, DEMO_STACK_SIZE, in tx_application_define()
109 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()
[all …]
/ThreadX-v6.4.1/ports/cortex_m0/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.4.1/ports/cortex_m0/ac6/example_build/sample_threadx/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
83 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
87 pointer, DEMO_STACK_SIZE, in tx_application_define()
92 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
98 pointer, DEMO_STACK_SIZE, in tx_application_define()
102 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
105 pointer, DEMO_STACK_SIZE, in tx_application_define()
109 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()
[all …]
/ThreadX-v6.4.1/ports/cortex_m0/gnu/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
83 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
87 pointer, DEMO_STACK_SIZE, in tx_application_define()
92 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
98 pointer, DEMO_STACK_SIZE, in tx_application_define()
102 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
105 pointer, DEMO_STACK_SIZE, in tx_application_define()
109 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()
[all …]
/ThreadX-v6.4.1/ports/cortex_m0/iar/example_build/
Dsample_threadx.c7 #define DEMO_STACK_SIZE 1024 macro
96 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()
105 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()
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()
127 pointer, DEMO_STACK_SIZE, in tx_application_define()
131 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_STACK_SIZE, TX_NO_WAIT); in tx_application_define()
[all …]
/ThreadX-v6.4.1/ports/cortex_m0/keil/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.4.1/samples/
Ddemo_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 …]

1234567891011