Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libutil/
H A Dproc_compare.c52 # define P_RTIME_USEC p_rtime_usec macro
65 # define P_RTIME_USEC p_rtime.frac macro
139 if (p1->P_RTIME_USEC < p2->P_RTIME_USEC) in proc_compare()
141 if (p2->P_RTIME_USEC < p1->P_RTIME_USEC) in proc_compare()