HomeSort by relevance Sort by last modified time
    Searched refs:tf_eusage (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.h 95 struct prusage tf_eusage; /* Resource usage snapshot, end */ member in struct:threadflow
flowop.c 161 if (threadflow->tf_eusage.pr_stime.tv_nsec) {
163 TIMESPEC_TO_HRTIME(threadflow->tf_eusage.pr_utime,
165 TIMESPEC_TO_HRTIME(threadflow->tf_eusage.pr_ttime,
167 TIMESPEC_TO_HRTIME(threadflow->tf_eusage.pr_stime,
197 if ((pread(threadflow->tf_lwpusagefd, &threadflow->tf_eusage,
203 threadflow->tf_eusage.pr_utime) +
205 threadflow->tf_eusage.pr_ttime) +
207 threadflow->tf_eusage.pr_stime);
212 threadflow->tf_eusage.pr_tftime) +
214 threadflow->tf_eusage.pr_dftime)
    [all...]

Completed in 4659 milliseconds