Searched refs:TX_RAND (Results 1 – 5 of 5) sorted by relevance
119 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _tx_thread_create()
120 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _tx_thread_create()
284 thread_ptr -> tx_thread_stack_fill_value = ((ULONG) TX_RAND()) & 0xFFUL; in _txm_module_manager_thread_create()
1913 #ifndef TX_RAND1914 #define TX_RAND() rand() macro
1919 #ifndef TX_RAND1920 #define TX_RAND() rand() macro