Home
last modified time | relevance | path

Searched refs:timespec (Results 1 – 25 of 26) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h71 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 Dtime.h121 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 Dpthread.h256 __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 Daio.h170 __const struct timespec *__restrict __timeout)
201 __const struct timespec *__restrict __timeout),
237 __const struct timespec *__restrict __timeout)
H A Dmqueue.h82 __const struct timespec *__restrict __abs_timeout)
89 __const struct timespec *__abs_timeout)
H A Dsemaphore.h63 __const struct timespec *__restrict __abstime);
H A Dsched.h66 extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW;
H A Dsignal.h289 __const struct timespec *__restrict __timeout)
H A Dnetdb.h680 __const struct timespec *__timeout);
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dtime.h352 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 Dpthread.h83 (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 Dcoda.h89 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 Dtime.h9 struct timespec { struct
43 struct timespec it_interval; /* timer period */
44 struct timespec it_value; /* timer expiration */
H A Dsom.h16 struct timespec file_time; /* system clock */
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c1392 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 Dtypes.h114 struct timespec { struct
120 struct timespec it_interval; /* Timer period */ argument
121 struct timespec it_value; /* Timer expiration */
H A Dsched.h53 struct timespec ss_replenish_period;
55 struct timespec ss_initial_budget; /* Initial budget for sporadic server */
H A Dsignal.h173 (const sigset_t *set, siginfo_t *info, const struct timespec *timeout)
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1002 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 DMsOS_nuttx.c304 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 DMsOS_linux_kernel.c1013 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 Dstat.h362 __const struct timespec __times[2],
370 extern int futimens (int __fd, __const struct timespec __times[2]) __THROW;
H A Dpoll.h68 __const struct timespec *__timeout,
H A Dsem.h64 __const struct timespec *__timeout) __THROW;
H A Dselect.h124 const struct timespec *__restrict __timeout,

12