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

  /external/chromium_org/base/process/
process_metrics_unittest.cc 339 scoped_ptr<base::Thread> my_threads[kNumAdditionalThreads]; local
341 my_threads[i].reset(new base::Thread("GetNumberOfThreadsTest"));
342 my_threads[i]->Start();
  /external/oprofile/libpp/
xml_utils.cpp 477 growable_vector<thread_info> my_threads; member in class:process_info
824 my_threads[nr_threads++].build_thread(tid, l, h);
833 added |= my_threads[t].add_modules(module, it);
841 thread_info & thr = my_threads[t];
935 my_threads[t].set_end(end);
947 my_threads[t].output(thread_output);
966 my_threads[i].dump();

Completed in 77 milliseconds