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

  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 316 ThreadInfo *thInfo = (ThreadInfo *)param;
319 printf("Thread #%d: starting\n", thInfo->fThreadNum);
327 printf("Thread #%d: starting loop\n", thInfo->fThreadNum);
339 fprintf(stderr, "Thread #%d: suspending\n", thInfo->fThreadNum);
348 fprintf(stderr, "Thread #%d: restarting\n", thInfo->fThreadNum);
358 thInfo->fHeartBeat = true;
359 thInfo->fCycles++;
  /external/icu4c/test/threadtest/
threadtest.cpp 317 ThreadInfo *thInfo = (ThreadInfo *)param;
320 printf("Thread #%d: starting\n", thInfo->fThreadNum);
328 printf("Thread #%d: starting loop\n", thInfo->fThreadNum);
340 fprintf(stderr, "Thread #%d: suspending\n", thInfo->fThreadNum);
349 fprintf(stderr, "Thread #%d: restarting\n", thInfo->fThreadNum);
359 thInfo->fHeartBeat = true;
360 thInfo->fCycles++;

Completed in 92 milliseconds