Searched refs:user_time_t (Results 1 – 11 of 11) sorted by relevance
87 user_time_t shm_atime; /* time of last shmat() */88 user_time_t shm_dtime; /* time of last shmdt() */89 user_time_t shm_ctime; /* time of last change by shmctl() */
189 user_time_t msg_stime; /* [XSI] time of last msgsnd() */191 user_time_t msg_rtime; /* [XSI] time of last msgrcv() */193 user_time_t msg_ctime; /* [XSI] time of last msgctl() */
64 user_time_t sem_otime; /* [XSI] last operation time */66 user_time_t sem_ctime; /* [XSI] last change time */
82 typedef int64_t user_time_t; typedef90 typedef int32_t user_time_t; typedef
33 user_time_t tv_sec; /* seconds */
38 user_time_t tv_sec; /* seconds */
105 typedef int64_t user_time_t; typedef
138 static __inline__ user_time_t
129 static __inline__ user_time_t
1060 ts.tv_sec = (user_time_t)temp.tv_sec; in aio_suspend_nocancel()
1035 ts.tv_sec = (user_time_t)uap->tv_sec; in __semwait_signal_nocancel()