Searched refs:clockid_t (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | time.h | 55 typedef INT clockid_t; typedef 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 *);
|
| D | tx_px_time.h | 66 INT clock_settime(clockid_t, const struct timespec *); 67 INT clock_gettime(clockid_t, struct timespec *); 68 INT clock_getres(clockid_t, struct timespec *);
|
| 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 | readme_threadx_posix.txt | 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)
|