HomeSort by relevance Sort by last modified time
    Searched defs:threads_ (Results 1 - 14 of 14) sorted by null

  /build/kati/
thread_pool.cc 30 threads_.reserve(num_threads);
32 threads_.push_back(thread([this]() { Loop(); }));
52 for (thread& th : threads_) {
81 vector<thread> threads_; member in class:ThreadPoolImpl
  /system/extras/memory_replay/
Threads.h 43 Thread* threads_ = nullptr; member in class:Threads
  /toolchain/binutils/binutils-2.25/gold/
workqueue-internal.h 104 int threads_; member in class:gold::Workqueue_threader_threadpool
  /art/runtime/
thread_pool.h 84 return threads_.size();
143 std::vector<ThreadPoolWorker*> threads_; member in class:art::ThreadPool
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.h 86 // Read information about the |index|-th thread of |threads_|.
91 const wasteful_vector<pid_t> &threads() { return threads_; }
178 wasteful_vector<pid_t> threads_; member in class:google_breakpad::LinuxDumper
  /external/libchrome/base/threading/
simple_thread.h 185 std::vector<DelegateSimpleThread*> threads_; member in class:base::DelegateSimpleThreadPool
sequenced_worker_pool.cc 452 ThreadMap threads_; member in class:base::SequencedWorkerPool::Inner
586 for (ThreadMap::iterator it = threads_.begin(); it != threads_.end(); ++it)
588 threads_.clear();
636 threads_.find(PlatformThread::CurrentId());
637 if (found != threads_.end() && found->second->is_processing_task() &&
682 return ContainsKey(threads_, PlatformThread::CurrentId());
688 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId());
689 if (found == threads_.end())
706 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId())
    [all...]
  /external/libvpx/libvpx/test/
encode_perf_test.cc 69 threads_(1) {}
89 cfg_.g_threads = threads_;
126 threads_ = threads;
134 unsigned int threads_; member in class:__anon16426::VP9EncodePerfTest
  /system/core/libmemunreachable/tests/
ThreadCapture_test.cpp 55 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
  /system/extras/iotop/
taskstats.h 44 int threads() const { return threads_; }
77 int threads_; member in class:TaskStatistics
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 93 return threads_[tid];
136 ThreadContextBase **threads_; // Array of thread contexts is leaked. member in class:__sanitizer::ThreadRegistry
  /external/google-breakpad/src/google_breakpad/processor/
process_state.h 106 const vector<CallStack*>* threads() const { return &threads_; }
165 vector<CallStack*> threads_; member in class:google_breakpad::ProcessState
minidump.h 355 MinidumpThreads* threads_; member in class:google_breakpad::MinidumpThreadList
    [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 1700 ZoneVector<ThreadImpl*> threads_; member in class:v8::internal::wasm::WasmInterpreterInternals
    [all...]

Completed in 1171 milliseconds