Home | History | Annotate | Download | only in getpriority

Lines Matching defs:tc

52 	struct tcase *tc = &tcases[n];
54 TEST(getpriority(tc->which, tc->who));
58 "returned %li", tc->which, tc->who, TEST_RETURN);
62 if (tc->exp_errno != TEST_ERRNO) {
65 tc->which, tc->who, tst_strerrno(tc->exp_errno));
70 tc->which, tc->who);