Searched refs:seconds (Results 1 – 10 of 10) sorted by relevance
75 UINT sleep(ULONG seconds) in sleep() argument81 tx_thread_sleep(seconds * CPU_TICKS_PER_SECOND); in sleep()85 if (diff > (seconds * CPU_TICKS_PER_SECOND)) in sleep()87 result = (diff - (seconds * CPU_TICKS_PER_SECOND)); in sleep()91 result = ((seconds * CPU_TICKS_PER_SECOND) - diff); in sleep()
72 UINT sleep(ULONG seconds);
79 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)
73 void tm_thread_sleep(int seconds) in tm_thread_sleep() argument
84 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
203 void tm_thread_sleep(int seconds) in tm_thread_sleep() argument207 tx_thread_sleep(((UINT) seconds)*TM_THREADX_TICKS_PER_SECOND); in tm_thread_sleep()
98 ticks/TX_TIMER_TICKS_PER_SECOND seconds. */