Home
last modified time | relevance | path

Searched refs:time (Results 1 – 13 of 13) sorted by relevance

/FileX-v6.4.1/common/src/
Dfx_system_time_get.c79 UINT time; in _fx_system_time_get() local
83 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()
/FileX-v6.4.1/
DCONTRIBUTING.md8 real-time applications published on under a permissive license. The Eclipse
10 * 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 applications
17 …tool that provides a graphical view of real-time system events to better understand the behavior o…
/FileX-v6.4.1/test/regression_test/
Dfilex_fault_tolerant_file_corruption_test.c141 LONG start = (LONG)time(NULL); in ftest_0_entry()
169 if ((LONG)time(NULL) - start > 60) in ftest_0_entry()
Dfilex_file_allocate_test.c121 srand((ULONG)time(NULL)); in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_test.c113 srand((ULONG)time(NULL)); in ftest_0_entry()
Dfilex_fault_tolerant_delete_large_data_test.c114 srand((ULONG)time(NULL)); in ftest_0_entry()
Dfilex_fault_tolerant_file_random_seek_test.c112 srand((UINT)time(0)); in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_fat_chain_cleanup_interrupt_test.c139 srand((ULONG)time(NULL)); in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_fat_interrupt_test.c140 srand((ULONG)time(NULL)); in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_interrupt_test.c138 srand((ULONG)time(NULL)); in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_redo_log_interrupt_test.c140 srand((ULONG)time(NULL)); in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_undo_log_interrupt_test.c139 srand((ULONG)time(NULL)); in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_directory_interrupt_test.c139 srand((ULONG)time(NULL)); in ftest_0_entry()