HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadCount (Results 1 - 25 of 44) sorted by null

1 2

  /art/runtime/
thread_pool.cc 91 while (GetThreadCount() < num_threads) {
92 const std::string name = StringPrintf("%s worker thread %zu", name_.c_str(), GetThreadCount());
101 CHECK_LE(threads, GetThreadCount());
135 const size_t thread_count = GetThreadCount();
147 if (waiting_count_ == GetThreadCount() && tasks_.empty()) {
188 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) {
281 while (GetThreadCount() < num_threads) {
282 const std::string name = StringPrintf("Work stealing worker %zu", GetThreadCount());
288 const size_t thread_count = GetThreadCount();
thread_pool.h 67 size_t GetThreadCount() const {
  /external/chromium_org/tools/gn/
scheduler.cc 16 int GetThreadCount() {
29 : pool_(new base::SequencedWorkerPool(GetThreadCount(), "worker_")),
  /external/protobuf/gtest/test/
gtest-port_test.cc 94 EXPECT_EQ(1U, GetThreadCount());
109 EXPECT_EQ(2U, GetThreadCount());
119 if (GetThreadCount() == 1)
127 EXPECT_EQ(1U, GetThreadCount());
132 EXPECT_EQ(0U, GetThreadCount());
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 43 static int GetThreadCount(AVCodecID codec_id) {
334 codec_context_->thread_count = GetThreadCount(codec_context_->codec_id);
vpx_video_decoder.cc 49 static int GetThreadCount(const VideoDecoderConfig& config) {
236 vpx_config.threads = GetThreadCount(config);
  /external/chromium_org/testing/gtest/test/
gtest-port_test.cc 316 EXPECT_EQ(1U, GetThreadCount());
331 EXPECT_EQ(2U, GetThreadCount());
343 if (GetThreadCount() == 1)
351 EXPECT_EQ(1U, GetThreadCount());
356 EXPECT_EQ(0U, GetThreadCount());
    [all...]
  /external/gtest/test/
gtest-port_test.cc 316 EXPECT_EQ(1U, GetThreadCount());
331 EXPECT_EQ(2U, GetThreadCount());
343 if (GetThreadCount() == 1)
351 EXPECT_EQ(1U, GetThreadCount());
356 EXPECT_EQ(0U, GetThreadCount());
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 316 EXPECT_EQ(1U, GetThreadCount());
331 EXPECT_EQ(2U, GetThreadCount());
343 if (GetThreadCount() == 1)
351 EXPECT_EQ(1U, GetThreadCount());
356 EXPECT_EQ(0U, GetThreadCount());
    [all...]
  /external/gtest/src/
gtest-port.cc 90 size_t GetThreadCount() {
111 size_t GetThreadCount() {
129 size_t GetThreadCount() {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 89 size_t GetThreadCount() {
110 size_t GetThreadCount() {
128 size_t GetThreadCount() {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 84 size_t GetThreadCount() {
103 size_t GetThreadCount() {
gtest-death-test.cc 787 const size_t thread_count = GetThreadCount();
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 84 size_t GetThreadCount() {
103 size_t GetThreadCount() {
  /external/mesa3d/src/gtest/src/
gtest-port.cc 84 size_t GetThreadCount() {
103 size_t GetThreadCount() {
  /external/protobuf/gtest/src/
gtest-port.cc 80 size_t GetThreadCount() {
99 size_t GetThreadCount() {
gtest-internal-inl.h 214 size_t GetThreadCount();
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 714 size_t MarkSweep::GetThreadCount(bool paused) const {
728 size_t thread_count = GetThreadCount(paused);
852 size_t thread_count = GetThreadCount(false);
    [all...]
mark_sweep.h 246 size_t GetThreadCount(bool paused) const;
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 90 size_t GetThreadCount() {
111 size_t GetThreadCount() {
129 size_t GetThreadCount() {
    [all...]
gtest-death-test.cc 823 const size_t thread_count = GetThreadCount();
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 115 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
781 size_t GetThreadCount();
    [all...]
  /art/compiler/driver/
compiler_driver.h 413 size_t GetThreadCount() const {
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 212 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 135 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
    [all...]

Completed in 982 milliseconds

1 2