Home
last modified time | relevance | path

Searched refs:user_time_t (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dshm_internal.h87 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() */
H A Dmsg.h189 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() */
H A Dsem_internal.h64 user_time_t sem_otime; /* [XSI] last operation time */
66 user_time_t sem_ctime; /* [XSI] last change time */
/xnu-8792.81.2/bsd/arm/
H A Dtypes.h82 typedef int64_t user_time_t; typedef
90 typedef int32_t user_time_t; typedef
/xnu-8792.81.2/bsd/sys/_types/
H A D_user_timeval.h33 user_time_t tv_sec; /* seconds */
H A D_user_timespec.h38 user_time_t tv_sec; /* seconds */
/xnu-8792.81.2/bsd/i386/
H A Dtypes.h105 typedef int64_t user_time_t; typedef
/xnu-8792.81.2/bsd/kern/
H A Dsysv_sem.c138 static __inline__ user_time_t
H A Dsysv_msg.c129 static __inline__ user_time_t
H A Dkern_aio.c1060 ts.tv_sec = (user_time_t)temp.tv_sec; in aio_suspend_nocancel()
H A Dkern_sig.c1035 ts.tv_sec = (user_time_t)uap->tv_sec; in __semwait_signal_nocancel()