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

  /external/ltp/include/
tst_test.h 173 const char *scall; member in struct:tst_test
205 #define TEST(SCALL) \
208 TST_RET = SCALL; \
217 #define TESTPTR(SCALL) \
220 TST_RET_PTR = (void*)SCALL; \
  /external/ltp/lib/
tst_timer_test.c 30 static const char *scall; variable
275 scall, usec, nsamples, 1.00 * threshold / (keep_samples));
303 scall, nsamples - 1 - i,
321 tst_res(TFAIL, "%s slept for too long", scall);
462 scall = timer_test->scall;
465 timer_test->scall = NULL;

Completed in 603 milliseconds