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

  /external/icu/icu4c/source/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]);
  /system/core/libsync/tests/
sync_test.cpp 449 auto threadMain = [&](int threadId) {
466 thread a{threadMain, 0};
467 thread b{threadMain, 1};
487 auto threadMain = [&](int threadId) {
513 threads.push_back(thread{threadMain, i});

Completed in 888 milliseconds