| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_sleep.c | 80 temp1 = tx_time_get(); in sleep() 82 temp2 = tx_time_get(); in sleep()
|
| D | px_clock_gettime.c | 75 tx_time=tx_time_get(); in clock_gettime()
|
| D | px_abs_time_to_rel_ticks.c | 58 current_ticks = tx_time_get(); in posix_abs_time_to_rel_ticks()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_thread_simple_sleep_test.c | 69 if ((tx_time_get() == 18) || in thread_0_entry() 70 (tx_time_get() == 19)) in thread_0_entry()
|
| D | threadx_thread_simple_sleep_non_clear_test.c | 74 if ((tx_time_get() == 18) || in thread_0_entry() 75 (tx_time_get() == 19)) in thread_0_entry()
|
| D | threadx_thread_basic_time_slice_test.c | 74 target_time = tx_time_get() + 20; in thread_0_entry() 84 if (tx_time_get() >= target_time) in thread_0_entry()
|
| D | threadx_thread_sleep_for_100ticks_test.c | 392 if (tx_time_get() < 100) in thread_0_entry() 410 if ((status != TX_SUCCESS) || (tx_time_get() < 100) || in thread_0_entry() 411 (tx_time_get() > 101)) in thread_0_entry()
|
| D | threadx_time_get_set_test.c | 94 if (tx_time_get() != 7) in thread_0_entry()
|
| D | threadx_semaphore_timeout_test.c | 149 if ((status != TX_NO_INSTANCE) || (tx_time_get() != 33)) in thread_0_entry()
|
| D | threadx_byte_memory_thread_contention_test.c | 160 if (tx_time_get() > 1280) in thread_0_entry()
|
| D | threadx_mutex_suspension_timeout_test.c | 218 if ((status != TX_NOT_AVAILABLE) || (tx_time_get() != 33)) in thread_0_entry()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_time_get_set_test.c | 77 current_time = tx_time_get(); in thread_0_entry() 92 if (tx_time_get() != 7) in thread_0_entry()
|
| D | threadx_thread_basic_time_slice_test.c | 65 if (tx_time_get() > 18) in thread_0_entry()
|
| D | threadx_thread_simple_sleep_test.c | 70 now = tx_time_get(); in thread_0_entry()
|
| D | threadx_thread_sleep_for_100ticks_test.c | 392 if (tx_time_get() < 100) in thread_0_entry() 410 if ((status != TX_SUCCESS) || (tx_time_get() < 100) || in thread_0_entry() 411 (tx_time_get() > 101)) in thread_0_entry()
|
| D | threadx_thread_simple_sleep_non_clear_test.c | 75 now = tx_time_get(); in thread_0_entry()
|
| D | threadx_semaphore_timeout_test.c | 150 now = tx_time_get(); in thread_0_entry()
|
| D | threadx_byte_memory_thread_contention_test.c | 160 if (tx_time_get() > 128) in thread_0_entry()
|
| D | threadx_mutex_suspension_timeout_test.c | 169 if ((status != TX_NOT_AVAILABLE) || (tx_time_get() != 33)) in thread_0_entry()
|
| D | threadx_timer_simple_test.c | 562 if ((timer_0_counter != 23) || (tx_time_get() != 120)) in thread_0_entry()
|
| /ThreadX-v6.3.0/ports/c667x/ccs/example_build/tx/Release/ |
| D | subdir_vars.mk | 115 ../tx_time_get.c \ 301 ./tx_time_get.d \ 493 ./tx_time_get.obj \
|
| D | ccsObjs.opt | 1 …_change.obj" "./tx_thread_timeout.obj" "./tx_thread_wait_abort.obj" "./tx_time_get.obj" "./tx_time…
|
| /ThreadX-v6.3.0/ports/linux/gnu/example_build/ |
| D | file_list.mk | 173 tx_time_get.c \
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/example_build/ |
| D | file_list.mk | 189 tx_time_get.c \
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1286 #define tx_time_get() (_tx_timer_system_clock) macro 1288 #define tx_time_get _tx_time_get macro 1414 #define tx_time_get() (_tx_timer_system_clock) macro 1416 #define tx_time_get _tx_time_get macro 1531 #define tx_time_get() (_tx_timer_system_clock) macro 1533 #define tx_time_get _tx_time_get macro
|