/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/ |
D | px_px_initialize.c | 221 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/ |
D | tx_misra.c | 430 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/ |
D | tx_misra.c | 432 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/ |
D | sample_threadx.c | 71 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/ |
D | sample_threadx.c | 70 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/ |
D | sample_threadx.c | 71 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/ |
D | sample_threadx.c | 83 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/ |
D | sample_threadx.c | 70 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/ |
D | sample_threadx.c | 75 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/ |
D | sample_threadx.c | 77 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/ |
D | sample_threadx.c | 76 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/ |
D | sample_threadx.c | 77 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/ |
D | sample_threadx.c | 71 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/ |
D | sample_threadx.c | 71 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/ |
D | sample_threadx.c | 70 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/ |
D | sample_threadx.c | 71 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/ |
D | sample_threadx.c | 77 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/ |
D | demo_threadx.c | 74 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/ |
D | sample_threadx.c | 77 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/ |
D | sample_threadx.c | 79 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/ |
D | demo_threadx.c | 71 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/ |
D | sample_threadx.c | 79 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/ |
D | sample_threadx.c | 79 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/ |
D | sample_threadx.c | 79 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/ |
D | sample_threadx.c | 79 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 …]
|