| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stat.h | 71 struct timespec st_atim; /* Time of last access. */ 72 struct timespec st_mtim; /* Time of last modification. */ 73 struct timespec st_ctim; /* Time of last status change. */ 115 struct timespec st_atim; /* Time of last access. */ 116 struct timespec st_mtim; /* Time of last modification. */ 117 struct timespec st_ctim; /* Time of last status change. */ 162 struct timespec st_atim; /* Time of last access. */ 163 struct timespec st_mtim; /* Time of last modification. */ 164 struct timespec st_ctim; /* Time of last status change. */ 206 struct timespec st_atim; /* Time of last access. */ [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | time.h | 121 struct timespec struct 164 struct timespec it_interval; 165 struct timespec it_value; 327 extern int nanosleep (__const struct timespec *__requested_time, 328 struct timespec *__remaining); 332 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW; 335 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW; 338 extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp) 347 __const struct timespec *__req, 348 struct timespec *__rem);
|
| H A D | pthread.h | 256 __const struct timespec *__abstime); 740 __const struct timespec *__restrict 867 __const struct timespec *__restrict 882 __const struct timespec *__restrict 962 __const struct timespec *__restrict
|
| H A D | aio.h | 170 __const struct timespec *__restrict __timeout) 201 __const struct timespec *__restrict __timeout), 237 __const struct timespec *__restrict __timeout)
|
| H A D | mqueue.h | 82 __const struct timespec *__restrict __abs_timeout) 89 __const struct timespec *__abs_timeout)
|
| H A D | semaphore.h | 63 __const struct timespec *__restrict __abstime);
|
| H A D | sched.h | 66 extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW;
|
| H A D | signal.h | 289 __const struct timespec *__restrict __timeout)
|
| H A D | netdb.h | 680 __const struct timespec *__timeout);
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | time.h | 352 int _EXFUN(clock_settime, (clockid_t clock_id, const struct timespec *tp)); 353 int _EXFUN(clock_gettime, (clockid_t clock_id, struct timespec *tp)); 354 int _EXFUN(clock_getres, (clockid_t clock_id, struct timespec *res)); 375 int _EXFUN(nanosleep, (const struct timespec *rqtp, struct timespec *rmtp));
|
| H A D | pthread.h | 83 (pthread_mutex_t *mutex, const struct timespec *timeout)); 121 const struct timespec *abstime));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | coda.h | 89 struct timespec { struct 112 struct timespec { argument 245 struct timespec va_atime; /* time of last access */ 246 struct timespec va_mtime; /* time of last modification */ 247 struct timespec va_ctime; /* time file changed */
|
| H A D | time.h | 9 struct timespec { struct 43 struct timespec it_interval; /* timer period */ 44 struct timespec it_value; /* timer expiration */
|
| H A D | som.h | 16 struct timespec file_time; /* system clock */
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 1392 struct timespec req, rem; in MsOS_DelayTask() 1442 struct timespec req, rem; in MsOS_DelayTaskUs() 1479 struct timespec prev, cur; in MsOS_DelayTaskUs_Poll() 1857 struct timespec StopTime; in MsOS_ObtainMutex() 2076 struct timespec StopTime; in MsOS_ObtainSemaphore() 2299 struct timespec StopTime; in MsOS_WaitEvent() 2797 struct timespec ts; in MsOS_GetSystemTime() 2890 struct timespec StopTime; in _MsOS_QueueMutexLock() 3078 struct timespec StopTime; in MsOS_SendToQueue() 3147 struct timespec StopTime; in MsOS_RecvFromQueue()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | types.h | 114 struct timespec { struct 120 struct timespec it_interval; /* Timer period */ argument 121 struct timespec it_value; /* Timer expiration */
|
| H A D | sched.h | 53 struct timespec ss_replenish_period; 55 struct timespec ss_initial_budget; /* Initial budget for sporadic server */
|
| H A D | signal.h | 173 (const sigset_t *set, siginfo_t *info, const struct timespec *timeout)
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 1002 struct timespec TS1, TS2; in MsOS_DelayTaskUs() 1011 struct timespec req, rem; in MsOS_DelayTaskUs() 1434 struct timespec StopTime; 1952 struct timespec ts; in MsOS_GetSystemTime() 2172 struct timespec StopTime; 2230 struct timespec StopTime;
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | MsOS_nuttx.c | 304 extern int clock_gettime(clockid_t clockid, struct timespec *tp); 357 const struct timespec *abstime); 1375 struct timespec StopTime; in MsOS_WaitEvent()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 1013 struct timespec TS1, TS2; in MsOS_DelayTaskUs() 2371 struct timespec ts; in MsOS_GetSystemTime() 2591 struct timespec StopTime; 2649 struct timespec StopTime;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | stat.h | 362 __const struct timespec __times[2], 370 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
|
| H A D | poll.h | 68 __const struct timespec *__timeout,
|
| H A D | sem.h | 64 __const struct timespec *__timeout) __THROW;
|
| H A D | select.h | 124 const struct timespec *__restrict __timeout,
|