Searched refs:mytime (Results 1 – 4 of 4) sorted by relevance
431 struct timeval mytime; in synchronize() local438 (void) gettimeofday(&mytime, (struct timezone *)NULL); in synchronize()439 timep->tv_sec -= mytime.tv_sec; in synchronize()440 if (mytime.tv_usec > timep->tv_usec) { in synchronize()444 timep->tv_usec -= mytime.tv_usec; in synchronize()
134 xsem_xwait(xsem_t *sem, int timeout, timestruc_t *mytime) in xsem_xwait() argument155 delay = *mytime; in xsem_xwait()
99 time_t mytime; in digest_nonce() member116 time(&cinfo.mytime); in digest_nonce()132 r = cinfo.mytime - (getpid() *65536) + (random() & 0xffff); in digest_nonce()
234 extern int copyf __P((char *from, char *to, time_t mytime));