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

  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 44 class ThreadFuncs // This class isolates OS dependent threading
53 void ThreadFuncs::startThread(ThreadFunc func, void *param)
64 unsigned long ThreadFuncs::getCurrentMillis()
93 class ThreadFuncs // This class isolates OS dependent threading
102 void ThreadFuncs::Sleep(int millis)
110 void ThreadFuncs::startThread(ThreadFunc func, void *param)
130 unsigned long ThreadFuncs::getCurrentMillis() {
412 ThreadFuncs::startThread(threadMain, &gThreadInfo[threadNum]);
416 unsigned long startTime = ThreadFuncs::getCurrentMillis();
437 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ..
    [all...]
  /external/icu4c/test/threadtest/
threadtest.cpp 45 class ThreadFuncs // This class isolates OS dependent threading
54 void ThreadFuncs::startThread(ThreadFunc func, void *param)
65 unsigned long ThreadFuncs::getCurrentMillis()
94 class ThreadFuncs // This class isolates OS dependent threading
103 void ThreadFuncs::Sleep(int millis)
111 void ThreadFuncs::startThread(ThreadFunc func, void *param)
131 unsigned long ThreadFuncs::getCurrentMillis() {
413 ThreadFuncs::startThread(threadMain, &gThreadInfo[threadNum]);
417 unsigned long startTime = ThreadFuncs::getCurrentMillis();
438 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ..
    [all...]

Completed in 129 milliseconds