Searched refs:thistime (Results 1 – 2 of 2) sorted by relevance
572 double thistime = this -> propself + this -> propchild; in membercmp() local577 if ( thistime > thattime ) { in membercmp()580 if ( thistime < thattime ) { in membercmp()607 double thistime; in arccmp() local662 thistime = thisp -> arc_time + thisp -> arc_childtime; in arccmp()664 if ( thistime < thattime ) in arccmp()666 if ( thistime > thattime ) in arccmp()
5058 time_t thistime = time_second; local5065 if (np->lasttime != thistime) {5066 np->lasttime = thistime;5079 t = thistime - np->heartbeat;5106 if (cp->tlimit > thistime) continue;