Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sleep.c74 UINT sleep(ULONG seconds) in sleep() argument
80 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()
Dtx_px_time.h71 UINT sleep(ULONG seconds);
Dtime.h78 UINT sleep(ULONG seconds);
Dreadme_release_history.txt44 … to return the number of seconds remaining in the sleep interval. A return value of
Dreadme_threadx_posix.txt198 INT sleep(ULONG seconds)
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_porting_layer_template.c72 void tm_thread_sleep(int seconds) in tm_thread_sleep() argument
Dtm_api.h83 void tm_thread_sleep(int seconds);
Dthread_metric_readme.txt153 void tm_thread_sleep(int seconds);
156 number of seconds.
211 1. Time period should be 30 seconds. This will ensure the printf
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c202 void tm_thread_sleep(int seconds) in tm_thread_sleep() argument
206 tx_thread_sleep(((UINT) seconds)*TM_THREADX_TICKS_PER_SECOND); in tm_thread_sleep()
/ThreadX-v6.4.1/utility/low_power/
Dlow_power.md98 ticks/TX_TIMER_TICKS_PER_SECOND seconds. */