Searched refs:seconds (Results 1 – 10 of 10) sorted by relevance
74 UINT sleep(ULONG seconds) in sleep() argument80 tx_thread_sleep(seconds * CPU_TICKS_PER_SECOND); in sleep()84 if (diff > (seconds * CPU_TICKS_PER_SECOND)) in sleep()86 result = (diff - (seconds * CPU_TICKS_PER_SECOND)); in sleep()90 result = ((seconds * CPU_TICKS_PER_SECOND) - diff); in sleep()
71 UINT sleep(ULONG seconds);
78 UINT sleep(ULONG seconds);
44 … to return the number of seconds remaining in the sleep interval. A return value of
198 INT sleep(ULONG seconds)
72 void tm_thread_sleep(int seconds) in tm_thread_sleep() argument
83 void tm_thread_sleep(int seconds);
153 void tm_thread_sleep(int seconds);156 number of seconds.211 1. Time period should be 30 seconds. This will ensure the printf
202 void tm_thread_sleep(int seconds) in tm_thread_sleep() argument206 tx_thread_sleep(((UINT) seconds)*TM_THREADX_TICKS_PER_SECOND); in tm_thread_sleep()
98 ticks/TX_TIMER_TICKS_PER_SECOND seconds. */