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

  /frameworks/native/services/vr/performanced/
task.h 33 size_t thread_count() const { return thread_count_; }
59 size_t thread_count_; member in class:android::dvr::Task
task.cpp 48 thread_count_(0),
142 thread_count_ = std::strtoul(value.c_str(), nullptr, 10);
  /frameworks/native/libs/vr/libpdx/
service_dispatcher.cpp 61 thread_count_++;
67 thread_count_--;
92 if (thread_count_ > 0)
179 if (canceled_ && thread_count_ > 0) {
182 condition_.wait(lock, [this] { return !(canceled_ && thread_count_ > 0); });
  /frameworks/native/libs/vr/libpdx/private/pdx/
service_dispatcher.h 96 int thread_count_ = 0; member in class:android::pdx::ServiceDispatcher
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 136 const int thread_count_; member in class:base::__anon22858::WorkQueue
501 thread_count_(thread_count),
511 EXPECT_GE(thread_count_, 1);
516 for (int i = 0; i < thread_count_; ++i) {
530 for (int i = 0; i < thread_count_; ++i) {
544 return thread_count_ == thread_started_counter_;
615 for (int i = 0; i < thread_count_; ++i) {
623 for (int i = 0; i < thread_count_; ++i)
630 for (int i = 0; i < thread_count_; ++i)
637 for (int i = 0; i < thread_count_; ++i
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 322 return valid_ ? thread_count_ : 0;
356 uint32_t thread_count_; member in class:google_breakpad::MinidumpThreadList
    [all...]
  /art/dex2oat/
dex2oat.cc 585 thread_count_(sysconf(_SC_NPROCESSORS_CONF)),
688 ParseUintOption(option, "-j", &thread_count_, Usage, /* is_long_option */ false);
2860 size_t thread_count_; member in class:art::FINAL
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 1659 index << "\/" << thread_count_; local
    [all...]

Completed in 1211 milliseconds