Searched defs:thistime (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c717 double thistime = this->propself + this->propchild; local
722 if (thistime > thattime)
725 if (thistime < thattime)
753 double thistime; local
827 thistime = thisp->arc_time + thisp->arc_childtime;
830 if (thistime < thattime)
833 if (thistime > thattime)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c3003 hrtime_t lasttime, thistime; local
3038 thistime = gethrtime();
3051 } else if (thistime - lasttime < cpu_ce_ptnr_cachetime_sec * NANOSEC) {
3119 CPU_PRIVATE_VAL(dtcr, chpr_ceptnr_seltime) = thistime;
3146 CPU_PRIVATE_VAL(dtcr, chpr_ceptnr_seltime) = thistime;
3151 CPU_PRIVATE_VAL(dtcr, chpr_ceptnr_seltime) = thistime;
3156 CPU_PRIVATE_VAL(dtcr, chpr_ceptnr_seltime) = thistime;

Completed in 87 milliseconds