Searched defs:now (Results 126 - 131 of 131) sorted by relevance

123456

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c68 hrtime_t now = gethrtime(); local
71 msp->mutex_hold_time += now - msp->mutex_begin_hold;
73 return (now);
1128 * libsched.so.1 is now a filter library onto libc.
2008 * Add it to the table and register it now.
2799 * system call then perform the cancellation action now.
3326 * Take any deferred signal now, after we have reacquired the mutex.
3406 * Take any deferred signal now, after we have reacquired the mutex.
3437 * Therefore, we must return EINVAL now if the timout is invalid.
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1659 hrtime_t now; local
1695 now = gethrtime();
1696 if (localinfo == NULL || ((now - then) > IFINFOTIMEOUT)) {
1705 if (localinfo == NULL || ((now - then) > IFINFOTIMEOUT)) {
1713 then = now;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c433 ** we need something to point to now for the mailer setup,
947 time_t now = curtime(); local
952 if ((now - servicecachetime) > (time_t) ServiceCacheMaxAge)
963 servicecachetime = now;
2180 ** (for now).
2211 time_t now; local
2213 now = curtime();
2216 if (now != lastconn[dn])
2218 lastconn[dn] = now;
2235 else if (now !
2258 time_t now; local
2288 time_t now; local
[all...]
H A Dqueue.c80 #define SM_GET_LA(now) \
83 now = curtime(); \
84 if (Current_LA_time < now - GET_NEW_LA_TIME) \
87 Current_LA_time = now; \
236 /* first entry is a tag, for now just the size */
1293 time_t now; local
1301 now = curtime();
1322 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0)
1375 time_t now, minqintvl; local
1377 now
1665 time_t now; local
1878 time_t now; local
4164 time_t now; local
6487 time_t now; local
7038 time_t now; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c282 * can now open any of them then we send a sysevent to indicate that a new topo
312 * see if we can open it now
326 "recheck_dir - can now open %s", sof->sof_path);
507 * now be opened. The fmd DR code should have
832 hrtime_t now; local
848 now = gethrtime();
883 } else if (now - tp->set_snaptime > (ses_snap_freq * 1000 * 1000) &&
2420 /* now create a libtopo node. */
2572 * For now, we assume that logical id is the subchassis serial number.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c784 newaddr[len] = '\0'; /* is now */
827 /* Create as PVMG now, to avoid any upgrading later */
1483 environ = tmpenv; /* tell exec where it is now */
2876 /* Very simplistic scheduler for now */
3491 Time_t now; local
3492 (void)time(&now);
3493 Copy(localtime(&now), ptm, 1, struct tm);
4039 /* And the paranoia department even now doesn't trust it to have arrive

Completed in 55 milliseconds

123456