Searched refs:tx_thread_stack_fill_value (Results 1 – 7 of 7) sorted by relevance
119 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()
120 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _tx_thread_create()123 thread_ptr -> tx_thread_stack_fill_value = thread_ptr -> tx_thread_stack_fill_value | in _tx_thread_create()124 (thread_ptr -> tx_thread_stack_fill_value << 8) | in _tx_thread_create()125 (thread_ptr -> tx_thread_stack_fill_value << 16) | in _tx_thread_create()126 (thread_ptr -> tx_thread_stack_fill_value << 24); in _tx_thread_create()
284 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _txm_module_manager_thread_create()287 thread_ptr -> tx_thread_stack_fill_value = thread_ptr -> tx_thread_stack_fill_value | in _txm_module_manager_thread_create()288 (thread_ptr -> tx_thread_stack_fill_value << 8) | in _txm_module_manager_thread_create()289 (thread_ptr -> tx_thread_stack_fill_value << 16) | in _txm_module_manager_thread_create()290 (thread_ptr -> tx_thread_stack_fill_value << 24); in _txm_module_manager_thread_create()
958 thread_ptr -> tx_thread_stack_fill_value = (0xFEFEFEFEUL); in tx_application_define()
180 #define TX_STACK_FILL (thread_ptr -> tx_thread_stack_fill_value)653 ULONG tx_thread_stack_fill_value; member
179 #define TX_STACK_FILL (thread_ptr -> tx_thread_stack_fill_value)632 ULONG tx_thread_stack_fill_value; member
1084 thread_ptr -> tx_thread_stack_fill_value = (0xFEFEFEFEUL); in tx_application_define()