OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_threads
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/process/
process_metrics_unittest.cc
384
scoped_ptr<base::Thread>
my_threads
[kNumAdditionalThreads];
local
386
my_threads
[i].reset(new base::Thread("GetNumberOfThreadsTest"));
387
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 2445 milliseconds