Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_create.c118 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _tx_thread_create()
121 thread_ptr -> tx_thread_stack_fill_value = thread_ptr -> tx_thread_stack_fill_value | in _tx_thread_create()
122 (thread_ptr -> tx_thread_stack_fill_value << 8) | in _tx_thread_create()
123 (thread_ptr -> tx_thread_stack_fill_value << 16) | in _tx_thread_create()
124 (thread_ptr -> tx_thread_stack_fill_value << 24); in _tx_thread_create()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_create.c119 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _tx_thread_create()
122 thread_ptr -> tx_thread_stack_fill_value = thread_ptr -> tx_thread_stack_fill_value | in _tx_thread_create()
123 (thread_ptr -> tx_thread_stack_fill_value << 8) | in _tx_thread_create()
124 (thread_ptr -> tx_thread_stack_fill_value << 16) | in _tx_thread_create()
125 (thread_ptr -> tx_thread_stack_fill_value << 24); in _tx_thread_create()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c283 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _txm_module_manager_thread_create()
286 thread_ptr -> tx_thread_stack_fill_value = thread_ptr -> tx_thread_stack_fill_value | in _txm_module_manager_thread_create()
287 (thread_ptr -> tx_thread_stack_fill_value << 8) | in _txm_module_manager_thread_create()
288 (thread_ptr -> tx_thread_stack_fill_value << 16) | in _txm_module_manager_thread_create()
289 (thread_ptr -> tx_thread_stack_fill_value << 24); in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c958 thread_ptr -> tx_thread_stack_fill_value = (0xFEFEFEFEUL); in tx_application_define()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h185 #define TX_STACK_FILL (thread_ptr -> tx_thread_stack_fill_value)
658 ULONG tx_thread_stack_fill_value; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h184 #define TX_STACK_FILL (thread_ptr -> tx_thread_stack_fill_value)
637 ULONG tx_thread_stack_fill_value; member
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c1084 thread_ptr -> tx_thread_stack_fill_value = (0xFEFEFEFEUL); in tx_application_define()