Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_px_initialize.c221 UCHAR *pointer; in posix_initialize() local
229 pointer = (UCHAR *)posix_memory; in posix_initialize()
233 0, pointer, POSIX_SYSTEM_STACK_SIZE, in posix_initialize()
237 pointer = pointer + POSIX_SYSTEM_STACK_SIZE; in posix_initialize()
240 posix_memory_init(pointer); in posix_initialize()
242 pointer = pointer + POSIX_HEAP_SIZE_IN_BYTES; in posix_initialize()
246 pointer, WORK_QUEUE_DEPTH*WORK_REQ_SIZE); in posix_initialize()
248 pointer = pointer + (WORK_QUEUE_DEPTH * WORK_REQ_SIZE); in posix_initialize()
272 pointer = (VOID *) pointer; in posix_initialize()
275 return(pointer); in posix_initialize()
/ThreadX-v6.2.1/common_smp/src/
Dtx_misra.c430 UCHAR **_tx_misra_uchar_to_indirect_uchar_pointer_convert(UCHAR *pointer) in _tx_misra_uchar_to_indirect_uchar_pointer_convert() argument
434 return((UCHAR **) ((VOID *) pointer)); in _tx_misra_uchar_to_indirect_uchar_pointer_convert()
460 TX_BLOCK_POOL *_tx_misra_void_to_block_pool_pointer_convert(VOID *pointer) in _tx_misra_void_to_block_pool_pointer_convert() argument
464 return((TX_BLOCK_POOL *) ((VOID *) pointer)); in _tx_misra_void_to_block_pool_pointer_convert()
475 UCHAR *_tx_misra_void_to_uchar_pointer_convert(VOID *pointer) in _tx_misra_void_to_uchar_pointer_convert() argument
479 return((UCHAR *) ((VOID *) pointer)); in _tx_misra_void_to_uchar_pointer_convert()
490 TX_BLOCK_POOL *_tx_misra_uchar_to_block_pool_pointer_convert(UCHAR *pointer) in _tx_misra_uchar_to_block_pool_pointer_convert() argument
494 return((TX_BLOCK_POOL *) ((VOID *) pointer)); in _tx_misra_uchar_to_block_pool_pointer_convert()
505 UCHAR **_tx_misra_void_to_indirect_uchar_pointer_convert(VOID *pointer) in _tx_misra_void_to_indirect_uchar_pointer_convert() argument
509 return((UCHAR **) ((VOID *) pointer)); in _tx_misra_void_to_indirect_uchar_pointer_convert()
[all …]
/ThreadX-v6.2.1/common/src/
Dtx_misra.c432 UCHAR **_tx_misra_uchar_to_indirect_uchar_pointer_convert(UCHAR *pointer) in _tx_misra_uchar_to_indirect_uchar_pointer_convert() argument
436 return((UCHAR **) ((VOID *) pointer)); in _tx_misra_uchar_to_indirect_uchar_pointer_convert()
462 TX_BLOCK_POOL *_tx_misra_void_to_block_pool_pointer_convert(VOID *pointer) in _tx_misra_void_to_block_pool_pointer_convert() argument
466 return((TX_BLOCK_POOL *) ((VOID *) pointer)); in _tx_misra_void_to_block_pool_pointer_convert()
477 UCHAR *_tx_misra_void_to_uchar_pointer_convert(VOID *pointer) in _tx_misra_void_to_uchar_pointer_convert() argument
481 return((UCHAR *) ((VOID *) pointer)); in _tx_misra_void_to_uchar_pointer_convert()
492 TX_BLOCK_POOL *_tx_misra_uchar_to_block_pool_pointer_convert(UCHAR *pointer) in _tx_misra_uchar_to_block_pool_pointer_convert() argument
496 return((TX_BLOCK_POOL *) ((VOID *) pointer)); in _tx_misra_uchar_to_block_pool_pointer_convert()
507 UCHAR **_tx_misra_void_to_indirect_uchar_pointer_convert(VOID *pointer) in _tx_misra_void_to_indirect_uchar_pointer_convert() argument
511 return((UCHAR **) ((VOID *) pointer)); in _tx_misra_void_to_indirect_uchar_pointer_convert()
[all …]
/ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c71 CHAR *pointer = TX_NULL; in tx_application_define() local
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_module/cortex_m7/ac5/example_build/
Dsample_threadx.c70 CHAR *pointer = TX_NULL; in tx_application_define() local
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_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c71 CHAR *pointer = TX_NULL; in tx_application_define() local
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_module/cortex_m7/iar/example_build/
Dsample_threadx.c83 CHAR *pointer = TX_NULL; in tx_application_define() local
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_module/cortex_m4/ac5/example_build/
Dsample_threadx.c70 CHAR *pointer = TX_NULL; in tx_application_define() local
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.c75 CHAR *pointer = TX_NULL; in tx_application_define() local
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_module/cortex_r4/iar/example_build/
Dsample_threadx.c77 CHAR *pointer = TX_NULL; in tx_application_define() local
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_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dsample_threadx.c76 CHAR *pointer = TX_NULL; in tx_application_define() local
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.2.1/ports_module/cortex_a7/iar/example_build/
Dsample_threadx.c77 CHAR *pointer = TX_NULL; in tx_application_define() local
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_module/cortex_m0+/ac6/example_build/sample_threadx/
Dsample_threadx.c71 CHAR *pointer = TX_NULL; in tx_application_define() local
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_module/cortex_m0+/gnu/example_build/sample_threadx/
Dsample_threadx.c71 CHAR *pointer = TX_NULL; in tx_application_define() local
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_module/cortex_m3/ac5/example_build/
Dsample_threadx.c70 CHAR *pointer = TX_NULL; in tx_application_define() local
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_m3/ac6/example_build/sample_threadx/
Dsample_threadx.c71 CHAR *pointer = TX_NULL; in tx_application_define() local
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_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.c77 UCHAR *pointer = TX_NULL; in tx_application_define() local
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/xtensa/xcc/example_build/
Ddemo_threadx.c74 CHAR *pointer = TX_NULL; in tx_application_define() local
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_module/cortex_a35/ac6/example_build/sample_threadx/
Dsample_threadx.c77 UCHAR *pointer = TX_NULL; in tx_application_define() local
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_smp/cortex_a7_smp/ac5/example_build/sample_threadx/
Dsample_threadx.c79 CHAR *pointer = TX_NULL; in tx_application_define() local
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.2.1/samples/
Ddemo_threadx.c71 CHAR *pointer = TX_NULL; in tx_application_define() local
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_smp/cortex_a7_smp/gnu/example_build/
Dsample_threadx.c79 CHAR *pointer = TX_NULL; in tx_application_define() local
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.2.1/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/
Dsample_threadx.c79 CHAR *pointer; in tx_application_define() local
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.2.1/ports_smp/cortex_a9_smp/gnu/example_build/
Dsample_threadx.c79 CHAR *pointer = TX_NULL; in tx_application_define() local
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.2.1/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/
Dsample_threadx.c79 CHAR *pointer = TX_NULL; in tx_application_define() local
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 …]

12345678910>>...35