Home
last modified time | relevance | path

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

/external/ltp/pan/
Dltp-pan.c122 int term_id, struct tms *tms1, struct tms *tms2);
718 struct tms tms1, tms2; in check_pids() local
729 tck = times(&tms2); in check_pids()
806 (int)(tms2.tms_cutime - in check_pids()
808 (int)(tms2.tms_cstime - in check_pids()
857 &tms1, &tms2); in check_pids()
1370 int term_id, struct tms *tms1, struct tms *tms2) in write_test_end() argument
1379 (int)(tms2->tms_cutime - tms1->tms_cutime), in write_test_end()
1380 (int)(tms2->tms_cstime - tms1->tms_cstime), in write_test_end()