| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_byte_memory_suspension_test.c | 71 CHAR *pointer; in test_application_define() local 75 pointer = (CHAR *) first_unused_memory; in test_application_define() 81 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 83 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 94 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 96 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 107 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 109 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 111 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 113 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_byte_memory_thread_contention_test.c | 43 CHAR *pointer; in test_application_define() local 47 pointer = (CHAR *) first_unused_memory; in test_application_define() 53 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 55 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 66 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 68 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 79 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 81 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 92 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define() 93 pointer = pointer + 108; in test_application_define() [all …]
|
| D | threadx_byte_memory_suspension_timeout_test.c | 38 CHAR *pointer; in test_application_define() local 42 pointer = (CHAR *) first_unused_memory; in test_application_define() 48 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 50 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 61 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 63 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 75 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 77 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 88 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define() 89 pointer = pointer + 108; in test_application_define() [all …]
|
| D | threadx_byte_memory_prioritize_test.c | 99 CHAR *pointer; in test_application_define() local 103 pointer = (CHAR *) first_unused_memory; in test_application_define() 109 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 111 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 122 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 124 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 135 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 137 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 148 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 150 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_block_memory_prioritize_test.c | 101 CHAR *pointer; in test_application_define() local 105 pointer = (CHAR *) first_unused_memory; in test_application_define() 111 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 113 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 124 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 126 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 137 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 139 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 150 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 152 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_thread_multi_level_preemption_threshold_test.c | 133 CHAR *pointer; in test_application_define() local 137 pointer = (CHAR *) first_unused_memory; in test_application_define() 143 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 145 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 158 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 160 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 171 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 173 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 184 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 186 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_byte_memory_thread_terminate_test.c | 35 CHAR *pointer; in test_application_define() local 39 pointer = (CHAR *) first_unused_memory; in test_application_define() 45 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 47 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 58 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 60 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 71 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define() 72 pointer = pointer + 108; in test_application_define() 91 CHAR *pointer; in thread_0_entry() local 101 status = tx_byte_allocate(&pool_0, (VOID **) &pointer, 60, TX_NO_WAIT); in thread_0_entry() [all …]
|
| D | threadx_thread_multiple_sleep_test.c | 38 CHAR *pointer; in test_application_define() local 41 pointer = (CHAR *) first_unused_memory; in test_application_define() 47 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 49 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 60 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 62 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 73 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 75 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 86 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 88 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define()
|
| D | threadx_thread_multiple_time_slice_test.c | 46 CHAR *pointer; in test_application_define() local 49 pointer = (CHAR *) first_unused_memory; in test_application_define() 54 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 56 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 67 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 69 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 81 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 83 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 98 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 100 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_byte_memory_suspension_test.c | 71 CHAR *pointer; in test_application_define() local 75 pointer = (CHAR *) first_unused_memory; in test_application_define() 81 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 83 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 94 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 96 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 107 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 109 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 111 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 113 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_byte_memory_thread_contention_test.c | 43 CHAR *pointer; in test_application_define() local 47 pointer = (CHAR *) first_unused_memory; in test_application_define() 53 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 55 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 66 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 68 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 79 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 81 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 92 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define() 93 pointer = pointer + 108; in test_application_define() [all …]
|
| D | threadx_byte_memory_suspension_timeout_test.c | 38 CHAR *pointer; in test_application_define() local 42 pointer = (CHAR *) first_unused_memory; in test_application_define() 48 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 50 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 61 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 63 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 75 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 77 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 88 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define() 89 pointer = pointer + 108; in test_application_define() [all …]
|
| D | threadx_block_memory_prioritize_test.c | 101 CHAR *pointer; in test_application_define() local 105 pointer = (CHAR *) first_unused_memory; in test_application_define() 111 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 113 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 124 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 126 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 137 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 139 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 150 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 152 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_byte_memory_prioritize_test.c | 99 CHAR *pointer; in test_application_define() local 103 pointer = (CHAR *) first_unused_memory; in test_application_define() 109 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 111 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 122 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 124 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 135 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 137 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 148 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 150 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_thread_multi_level_preemption_threshold_test.c | 133 CHAR *pointer; in test_application_define() local 137 pointer = (CHAR *) first_unused_memory; in test_application_define() 143 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 145 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 158 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 160 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 171 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 173 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 184 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 186 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_byte_memory_thread_terminate_test.c | 35 CHAR *pointer; in test_application_define() local 39 pointer = (CHAR *) first_unused_memory; in test_application_define() 45 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 47 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 58 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 60 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 71 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define() 72 pointer = pointer + 108; in test_application_define() 91 CHAR *pointer; in thread_0_entry() local 101 status = tx_byte_allocate(&pool_0, (VOID **) &pointer, 60, TX_NO_WAIT); in thread_0_entry() [all …]
|
| D | threadx_thread_relinquish_test.c | 67 CHAR *pointer; in test_application_define() local 70 pointer = (CHAR *) first_unused_memory; in test_application_define() 77 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 79 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 91 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 93 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 105 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 107 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 119 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 121 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_smp_relinquish_test.c | 58 CHAR *pointer; in test_application_define() local 63 pointer = (CHAR *) first_unused_memory; in test_application_define() 69 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 71 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 83 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 85 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 97 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 99 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 112 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 114 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_smp_time_slice_test.c | 58 CHAR *pointer; in test_application_define() local 63 pointer = (CHAR *) first_unused_memory; in test_application_define() 69 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 71 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 83 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 85 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 97 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 99 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 112 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 114 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_thread_multiple_sleep_test.c | 38 CHAR *pointer; in test_application_define() local 41 pointer = (CHAR *) first_unused_memory; in test_application_define() 47 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 49 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 60 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 62 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 73 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 75 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 86 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 88 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define()
|
| D | threadx_thread_multiple_time_slice_test.c | 46 CHAR *pointer; in test_application_define() local 49 pointer = (CHAR *) first_unused_memory; in test_application_define() 54 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 56 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 67 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 69 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 81 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 83 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 98 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 100 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| D | threadx_smp_multiple_threads_one_core_test.c | 61 CHAR *pointer; in test_application_define() local 65 pointer = (CHAR *) first_unused_memory; in test_application_define() 71 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 73 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 85 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 87 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 99 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 101 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() 113 pointer, TEST_STACK_SIZE_PRINTF, in test_application_define() 115 pointer = pointer + TEST_STACK_SIZE_PRINTF; in test_application_define() [all …]
|
| /ThreadX-v6.3.0/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.3.0/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.3.0/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 …]
|