Searched refs:threads_ (Results 1 - 8 of 8) sorted by relevance

/system/extras/memory_replay/
H A DThreads.cpp65 threads_ = new (memory) Thread[max_threads_];
69 if (threads_) {
70 munmap(threads_, data_size_);
71 threads_ = nullptr;
99 pid_t cur_tid = threads_[index].tid_;
101 return threads_ + index;
115 pid_t cur_tid = threads_[i].tid_;
118 threads_[i].WaitForReady();
130 if (threads_[index].tid_ == 0) {
131 return threads_
[all...]
H A DThreads.h43 Thread* threads_ = nullptr; member in class:Threads
/system/extras/iotop/
H A Dtaskstats.h44 int threads() const { return threads_; }
77 int threads_; member in class:TaskStatistics
H A Dtaskstats.cpp198 threads_ = 1;
214 threads_++;
/system/extras/simpleperf/
H A Devent_selection_set.h97 threads_.insert(threads.begin(), threads.end());
102 const std::set<pid_t>& GetMonitoredThreads() const { return threads_; }
105 return !processes_.empty() || !threads_.empty();
161 std::set<pid_t> threads_; member in class:EventSelectionSet
H A Dinplace_sampler_lib.cpp89 std::map<int, ThreadInfo> threads_; member in class:__anon1750::SampleManager
235 auto it = threads_.find(tid);
236 if (it == threads_.end() || it->second.name != pair.second) {
237 threads_[tid].name = pair.second;
252 for (auto it = threads_.begin(); it != threads_.end();) {
255 it = threads_.erase(it);
H A Devent_selection_set.cpp397 std::map<pid_t, std::set<pid_t>> process_map = PrepareThreads(processes_, threads_);
753 std::map<pid_t, std::set<pid_t>> process_map = PrepareThreads(processes_, threads_);
838 for (const auto& tid : threads_) {
/system/core/libmemunreachable/tests/
H A DThreadCapture_test.cpp55 threads_.reserve(threads);
58 threads_.emplace_back([&, i, threads, this]() {
89 for (auto i = threads_.begin(); i != threads_.end(); i++) {
92 threads_.clear();
123 std::vector<std::thread> threads_; member in class:ThreadListTest

Completed in 1162 milliseconds