Lines Matching refs:storage_ptr
89 VOID* storage_ptr; in tx_application_define() local
99 storage_ptr = (VOID*) posix_initialize(free_memory); in tx_application_define()
121 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
122 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
128 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
129 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
135 pthread_attr_setstackaddr(&ptattr2, (VOID*) storage_ptr ); in tx_application_define()
136 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
142 pthread_attr_setstackaddr(&ptattr3, (VOID*) storage_ptr ); in tx_application_define()
143 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
149 pthread_attr_setstackaddr(&ptattr4, (VOID*) storage_ptr ); in tx_application_define()
150 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
156 pthread_attr_setstackaddr(&ptattr5, (VOID*) storage_ptr ); in tx_application_define()
157 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()