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

  /external/ltp/testcases/kernel/sched/nptl/
nptl01.c 50 #define NUMLOOPS 100000 /* # of loops */
230 int numloops = NUMLOOPS; local
236 numloops = atoi(optarg);
262 for (i = 0; i < numloops; i++) {
277 if (((i % (numloops / 10)) == 0) && (i != 0))
279 numloops);
  /external/ppp/pppd/
lcp.h 110 int numloops; /* Number of loops during magic number neg. */ member in struct:lcp_options

Completed in 143 milliseconds