Searched refs:time (Results 1 – 13 of 13) sorted by relevance
79 UINT time; in _fx_system_time_get() local83 time = _fx_system_time; in _fx_system_time_get()90 *hour = (time >> FX_HOUR_SHIFT) & FX_HOUR_MASK; in _fx_system_time_get()98 *minute = (time >> FX_MINUTE_SHIFT) & FX_MINUTE_MASK; in _fx_system_time_get()106 *second = (time & FX_SECOND_MASK) * 2; in _fx_system_time_get()
8 real-time applications published on under a permissive license. The Eclipse10 * ThreadX - advanced real-time operating system (RTOS) designed specifically for deeply embedded ap…11 …grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications17 …tool that provides a graphical view of real-time system events to better understand the behavior o…
141 LONG start = (LONG)time(NULL); in ftest_0_entry()169 if ((LONG)time(NULL) - start > 60) in ftest_0_entry()
121 srand((ULONG)time(NULL)); in ftest_0_entry()
113 srand((ULONG)time(NULL)); in ftest_0_entry()
114 srand((ULONG)time(NULL)); in ftest_0_entry()
112 srand((UINT)time(0)); in ftest_0_entry()
139 srand((ULONG)time(NULL)); in ftest_0_entry()
140 srand((ULONG)time(NULL)); in ftest_0_entry()
138 srand((ULONG)time(NULL)); in ftest_0_entry()