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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
SpinLockTest.cpp 70 static void threadMain(volatile char* buffer)
86 thread1->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer))));
87 thread2->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer))));
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 306 // threadMain The main function for each of the swarm of test threads.
314 void threadMain (void *param)
412 ThreadFuncs::startThread(threadMain, &gThreadInfo[threadNum]);
  /external/icu4c/test/threadtest/
threadtest.cpp 307 // threadMain The main function for each of the swarm of test threads.
315 void threadMain (void *param)
413 ThreadFuncs::startThread(threadMain, &gThreadInfo[threadNum]);

Completed in 157 milliseconds