Searched refs:threads_ (Results 1 - 5 of 5) 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/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 121 milliseconds