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

  /frameworks/native/libs/vr/libpdx_uds/private/uds/
service_dispatcher.h 43 int thread_count_ = 0; member in class:android::pdx::uds::ServiceDispatcher
  /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
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 136 const int thread_count_; member in class:base::__anon22659::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...]
  /external/google-breakpad/src/processor/
minidump.cc 1659 index << "\/" << thread_count_; local
    [all...]
  /art/dex2oat/
dex2oat.cc 527 thread_count_(sysconf(_SC_NPROCESSORS_CONF)),
629 ParseUintOption(option, "-j", &thread_count_, Usage, /* is_long_option */ false);
2704 size_t thread_count_; member in class:art::FINAL
    [all...]

Completed in 387 milliseconds