| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | time.h | 57 struct timespec struct 65 struct timespec it_interval ; /* Timer period. */ argument 66 struct timespec it_value; /* Timer expiration. */ 73 INT clock_settime(clockid_t, const struct timespec *); 74 INT clock_gettime(clockid_t, struct timespec *); 75 INT clock_getres(clockid_t, struct timespec *); 78 INT nanosleep(struct timespec *req, struct timespec *rem);
|
| D | tx_px_time.h | 56 struct timespec struct 66 INT clock_settime(clockid_t, const struct timespec *); argument 67 INT clock_gettime(clockid_t, struct timespec *); 68 INT clock_getres(clockid_t, struct timespec *); 71 INT nanosleep(struct timespec *req, struct timespec *rem);
|
| D | px_nanosleep.c | 81 INT nanosleep(struct timespec *req, struct timespec *rem) in nanosleep()
|
| D | posix_demo.c | 177 struct timespec thread_0_sleep_time={0,0}; in pthread_0_entry() 201 struct timespec thread_1_sleep_time={0,0}; in pthread_1_entry() 234 struct timespec thread_2_sleep_time={0,0}; in pthread_2_entry() 260 struct timespec thread_3_sleep_time={0,0}; in pthread_3_entry() 295 struct timespec thread_4_sleep_time={0,0}; in pthread_4_entry() 323 struct timespec thread_5_sleep_time={0,0}; in pthread_5_entry()
|
| D | posix_signal_self_send_test.c | 292 struct timespec thread_1_sleep_time={0,0}; 325 struct timespec thread_2_sleep_time={0,0}; 351 struct timespec thread_3_sleep_time={0,0}; 386 struct timespec thread_4_sleep_time={0,0}; 414 struct timespec thread_5_sleep_time={0,0};
|
| D | px_clock_getres.c | 67 INT clock_getres(clockid_t t, struct timespec * tspec) in clock_getres()
|
| D | px_clock_settime.c | 70 INT clock_settime(clockid_t t, const struct timespec * tspec) in clock_settime()
|
| D | px_clock_gettime.c | 69 INT clock_gettime(clockid_t t, struct timespec * tspec) in clock_gettime()
|
| D | px_abs_time_to_rel_ticks.c | 54 ULONG posix_abs_time_to_rel_ticks(struct timespec *abs_timeout) in posix_abs_time_to_rel_ticks()
|
| D | px_mx_timedlock.c | 78 INT pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec *abs_timeout) in pthread_mutex_timedlock()
|
| D | px_cond_timedwait.c | 98 struct timespec *abstime) in pthread_cond_timedwait()
|
| D | readme_threadx_posix.txt | 162 INT pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec *abs_timeout); 189 struct timespec *abstime); 197 INT nanosleep(struct timespec *req, struct timespec *rem) 199 INT clock_gettime(clockid_t t, struct timespec * tspec) 200 INT clock_settime(clockid_t t, const struct timespec * tspec) 201 INT clock_getres(clockid_t t, struct timespec * tspec)
|
| D | px_int.h | 208 ULONG posix_abs_time_to_rel_ticks(struct timespec *abs_timeout);
|
| D | tx_posix.h | 539 INT pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec *abs_timeout); 554 struct timespec *abstime);
|
| /ThreadX-v6.3.0/ports/linux/gnu/src/ |
| D | tx_thread_schedule.c | 86 struct timespec ts; in _tx_thread_schedule() 215 struct timespec ts; in _tx_thread_delete_port_completion() 243 struct timespec ts; in _tx_thread_reset_port_completion()
|
| D | tx_initialize_low_level.c | 44 struct timespec _tx_linux_time_stamp; 82 struct timespec tx_linux_debug_entry_timestamp; 323 struct timespec ts; in _tx_linux_timer_interrupt()
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/src/ |
| D | tx_initialize_low_level.c | 44 struct timespec _tx_linux_time_stamp; 91 struct timespec tx_linux_debug_entry_timestamp; 336 struct timespec ts; in _tx_linux_timer_interrupt() 446 struct timespec ts; in _tx_linux_thread_sleep()
|
| D | tx_thread_schedule.c | 88 struct timespec ts; in _tx_thread_schedule()
|
| /ThreadX-v6.3.0/ports/linux/gnu/inc/ |
| D | tx_port.h | 563 extern struct timespec _tx_linux_time_stamp;
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/inc/ |
| D | tx_port.h | 649 extern struct timespec _tx_linux_time_stamp;
|
| /ThreadX-v6.3.0/ports/linux/gnu/ |
| D | readme_threadx.txt | 120 struct timespec ts;
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/ |
| D | readme_threadx.txt | 120 struct timespec ts;
|