| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | time.h | 56 struct timespec struct 64 struct timespec it_interval ; /* Timer period. */ argument 65 struct timespec it_value; /* Timer expiration. */ 72 INT clock_settime(clockid_t, const struct timespec *); 73 INT clock_gettime(clockid_t, struct timespec *); 74 INT clock_getres(clockid_t, struct timespec *); 77 INT nanosleep(struct timespec *req, struct timespec *rem);
|
| D | tx_px_time.h | 55 struct timespec struct 65 INT clock_settime(clockid_t, const struct timespec *); argument 66 INT clock_gettime(clockid_t, struct timespec *); 67 INT clock_getres(clockid_t, struct timespec *); 70 INT nanosleep(struct timespec *req, struct timespec *rem);
|
| D | px_nanosleep.c | 80 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 | 66 INT clock_getres(clockid_t t, struct timespec * tspec) in clock_getres()
|
| D | px_clock_settime.c | 69 INT clock_settime(clockid_t t, const struct timespec * tspec) in clock_settime()
|
| D | px_clock_gettime.c | 68 INT clock_gettime(clockid_t t, struct timespec * tspec) in clock_gettime()
|
| D | px_abs_time_to_rel_ticks.c | 53 ULONG posix_abs_time_to_rel_ticks(struct timespec *abs_timeout) in posix_abs_time_to_rel_ticks()
|
| D | px_mx_timedlock.c | 77 INT pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec *abs_timeout) in pthread_mutex_timedlock()
|
| D | px_cond_timedwait.c | 97 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 | 207 ULONG posix_abs_time_to_rel_ticks(struct timespec *abs_timeout);
|
| D | tx_posix.h | 538 INT pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec *abs_timeout); 553 struct timespec *abstime);
|
| /ThreadX-v6.4.1/ports/linux/gnu/src/ |
| D | tx_thread_schedule.c | 85 struct timespec ts; in _tx_thread_schedule() 214 struct timespec ts; in _tx_thread_delete_port_completion() 242 struct timespec ts; in _tx_thread_reset_port_completion()
|
| D | tx_initialize_low_level.c | 43 struct timespec _tx_linux_time_stamp; 81 struct timespec tx_linux_debug_entry_timestamp; 322 struct timespec ts; in _tx_linux_timer_interrupt()
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/src/ |
| D | tx_initialize_low_level.c | 43 struct timespec _tx_linux_time_stamp; 90 struct timespec tx_linux_debug_entry_timestamp; 335 struct timespec ts; in _tx_linux_timer_interrupt() 445 struct timespec ts; in _tx_linux_thread_sleep()
|
| D | tx_thread_schedule.c | 87 struct timespec ts; in _tx_thread_schedule()
|
| /ThreadX-v6.4.1/ports/linux/gnu/inc/ |
| D | tx_port.h | 562 extern struct timespec _tx_linux_time_stamp;
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/inc/ |
| D | tx_port.h | 648 extern struct timespec _tx_linux_time_stamp;
|
| /ThreadX-v6.4.1/ports/linux/gnu/ |
| D | readme_threadx.txt | 120 struct timespec ts;
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/ |
| D | readme_threadx.txt | 120 struct timespec ts;
|