Home
last modified time | relevance | path

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

12345678910>>...44

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_byte_memory_suspension_test.c71 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 …]
Dthreadx_byte_memory_thread_contention_test.c43 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 …]
Dthreadx_byte_memory_suspension_timeout_test.c38 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 …]
Dthreadx_byte_memory_prioritize_test.c99 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 …]
Dthreadx_block_memory_prioritize_test.c101 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 …]
Dthreadx_thread_multi_level_preemption_threshold_test.c133 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 …]
Dthreadx_byte_memory_thread_terminate_test.c35 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 …]
Dthreadx_thread_multiple_sleep_test.c38 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()
Dthreadx_thread_multiple_time_slice_test.c46 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.4.1/test/smp/regression/
Dthreadx_byte_memory_suspension_test.c71 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 …]
Dthreadx_byte_memory_thread_contention_test.c43 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 …]
Dthreadx_byte_memory_suspension_timeout_test.c38 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 …]
Dthreadx_byte_memory_prioritize_test.c99 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 …]
Dthreadx_block_memory_prioritize_test.c101 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 …]
Dthreadx_thread_multi_level_preemption_threshold_test.c133 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 …]
Dthreadx_byte_memory_thread_terminate_test.c35 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 …]
Dthreadx_thread_relinquish_test.c67 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 …]
Dthreadx_smp_relinquish_test.c58 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 …]
Dthreadx_smp_time_slice_test.c58 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 …]
Dthreadx_thread_multiple_sleep_test.c38 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()
Dthreadx_thread_multiple_time_slice_test.c46 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 …]
Dthreadx_smp_multiple_threads_one_core_test.c61 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.4.1/utility/rtos_compatibility_layers/posix/
Dpx_px_initialize.c220 UCHAR *pointer; in posix_initialize() local
228 pointer = (UCHAR *)posix_memory; in posix_initialize()
232 0, pointer, POSIX_SYSTEM_STACK_SIZE, in posix_initialize()
236 pointer = pointer + POSIX_SYSTEM_STACK_SIZE; in posix_initialize()
239 posix_memory_init(pointer); in posix_initialize()
241 pointer = pointer + POSIX_HEAP_SIZE_IN_BYTES; in posix_initialize()
245 pointer, WORK_QUEUE_DEPTH*WORK_REQ_SIZE); in posix_initialize()
247 pointer = pointer + (WORK_QUEUE_DEPTH * WORK_REQ_SIZE); in posix_initialize()
271 pointer = (VOID *) pointer; in posix_initialize()
274 return(pointer); in posix_initialize()
/ThreadX-v6.4.1/common_smp/src/
Dtx_misra.c429 UCHAR **_tx_misra_uchar_to_indirect_uchar_pointer_convert(UCHAR *pointer) in _tx_misra_uchar_to_indirect_uchar_pointer_convert() argument
433 return((UCHAR **) ((VOID *) pointer)); in _tx_misra_uchar_to_indirect_uchar_pointer_convert()
459 TX_BLOCK_POOL *_tx_misra_void_to_block_pool_pointer_convert(VOID *pointer) in _tx_misra_void_to_block_pool_pointer_convert() argument
463 return((TX_BLOCK_POOL *) ((VOID *) pointer)); in _tx_misra_void_to_block_pool_pointer_convert()
474 UCHAR *_tx_misra_void_to_uchar_pointer_convert(VOID *pointer) in _tx_misra_void_to_uchar_pointer_convert() argument
478 return((UCHAR *) ((VOID *) pointer)); in _tx_misra_void_to_uchar_pointer_convert()
489 TX_BLOCK_POOL *_tx_misra_uchar_to_block_pool_pointer_convert(UCHAR *pointer) in _tx_misra_uchar_to_block_pool_pointer_convert() argument
493 return((TX_BLOCK_POOL *) ((VOID *) pointer)); in _tx_misra_uchar_to_block_pool_pointer_convert()
504 UCHAR **_tx_misra_void_to_indirect_uchar_pointer_convert(VOID *pointer) in _tx_misra_void_to_indirect_uchar_pointer_convert() argument
508 return((UCHAR **) ((VOID *) pointer)); in _tx_misra_void_to_indirect_uchar_pointer_convert()
[all …]
/ThreadX-v6.4.1/common/src/
Dtx_misra.c431 UCHAR **_tx_misra_uchar_to_indirect_uchar_pointer_convert(UCHAR *pointer) in _tx_misra_uchar_to_indirect_uchar_pointer_convert() argument
435 return((UCHAR **) ((VOID *) pointer)); in _tx_misra_uchar_to_indirect_uchar_pointer_convert()
461 TX_BLOCK_POOL *_tx_misra_void_to_block_pool_pointer_convert(VOID *pointer) in _tx_misra_void_to_block_pool_pointer_convert() argument
465 return((TX_BLOCK_POOL *) ((VOID *) pointer)); in _tx_misra_void_to_block_pool_pointer_convert()
476 UCHAR *_tx_misra_void_to_uchar_pointer_convert(VOID *pointer) in _tx_misra_void_to_uchar_pointer_convert() argument
480 return((UCHAR *) ((VOID *) pointer)); in _tx_misra_void_to_uchar_pointer_convert()
491 TX_BLOCK_POOL *_tx_misra_uchar_to_block_pool_pointer_convert(UCHAR *pointer) in _tx_misra_uchar_to_block_pool_pointer_convert() argument
495 return((TX_BLOCK_POOL *) ((VOID *) pointer)); in _tx_misra_uchar_to_block_pool_pointer_convert()
506 UCHAR **_tx_misra_void_to_indirect_uchar_pointer_convert(VOID *pointer) in _tx_misra_void_to_indirect_uchar_pointer_convert() argument
510 return((UCHAR **) ((VOID *) pointer)); in _tx_misra_void_to_indirect_uchar_pointer_convert()
[all …]

12345678910>>...44