Home
last modified time | relevance | path

Searched refs:storage_ptr (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dposix_demo.c89 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()
[all …]
Dposix_signal_self_send_test.c110 VOID* storage_ptr; in tx_application_define() local
121 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
145 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
146 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
153 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
154 storage_ptr = storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
160 pthread_attr_setstackaddr(&ptattr2, (VOID*) storage_ptr ); in tx_application_define()
161 storage_ptr = storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
167 pthread_attr_setstackaddr(&ptattr3, (VOID*) storage_ptr ); in tx_application_define()
168 storage_ptr = storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
[all …]
Dposix_signal_suspended_thread_test.c64 VOID* storage_ptr; in tx_application_define() local
71 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
89 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
90 storage_ptr = (UINT *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
97 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
98 storage_ptr = (UINT *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
Dposix_signal_resume_thread_test.c64 VOID* storage_ptr; in tx_application_define() local
71 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
89 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
90 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
97 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
98 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
Dposix_signal_sigwait_test.c57 VOID* storage_ptr; in tx_application_define() local
64 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
82 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
83 storage_ptr = (UINT *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
90 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
91 storage_ptr = (UINT *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
Dposix_signal_nested_test.c54 VOID* storage_ptr; in tx_application_define() local
61 storage_ptr = (VOID*) posix_initialize((VOID* )free_memory); in tx_application_define()
78 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
79 storage_ptr = (int *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
Dposix_signal_sigmask_test.c59 VOID* storage_ptr; in tx_application_define() local
66 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
84 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
85 storage_ptr = (UINT *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()
92 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
93 storage_ptr = (UINT *) storage_ptr + DEMO_STACK_SIZE; in tx_application_define()