Searched refs:TX_RAND (Results 1 – 5 of 5) sorted by relevance
118 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _tx_thread_create()
119 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _tx_thread_create()
283 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _txm_module_manager_thread_create()
1918 #ifndef TX_RAND1919 #define TX_RAND() rand() macro
1924 #ifndef TX_RAND1925 #define TX_RAND() rand() macro