Home
last modified time | relevance | path

Searched refs:temp_time (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_time_get.c83 ULONG temp_time; in _tx_time_get() local
90 temp_time = _tx_timer_system_clock; in _tx_time_get() local
93 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_TIME_GET, TX_ULONG_TO_POINTER_CONVERT(temp_time), TX_POINTER_TO_U… in _tx_time_get()
102 return(temp_time); in _tx_time_get()
/ThreadX-v6.3.0/common/src/
Dtx_time_get.c83 ULONG temp_time; in _tx_time_get() local
90 temp_time = _tx_timer_system_clock; in _tx_time_get() local
93 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_TIME_GET, TX_ULONG_TO_POINTER_CONVERT(temp_time), TX_POINTER_TO_U… in _tx_time_get()
102 return(temp_time); in _tx_time_get()