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

1 2 3

  /art/runtime/
thread_pool.cc 87 while (GetThreadCount() < num_threads) {
88 const std::string name = StringPrintf("Thread pool worker %zu", GetThreadCount());
97 CHECK_LE(threads, GetThreadCount());
131 const size_t thread_count = GetThreadCount();
143 if (waiting_count_ == GetThreadCount() && tasks_.empty()) {
184 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) {
277 while (GetThreadCount() < num_threads) {
278 const std::string name = StringPrintf("Work stealing worker %zu", GetThreadCount());
284 const size_t thread_count = GetThreadCount();
thread_pool.h 66 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) {
371 codec_context_->thread_count = GetThreadCount(codec_context_->codec_id);
vpx_video_decoder.cc 45 static int GetThreadCount(const VideoDecoderConfig& config) {
111 vpx_config.threads = GetThreadCount(config);
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 259 EXPECT_EQ(1U, GetThreadCount());
274 EXPECT_EQ(2U, GetThreadCount());
284 if (GetThreadCount() == 1)
289 EXPECT_EQ(1U, GetThreadCount());
294 EXPECT_EQ(0U, GetThreadCount());
    [all...]
  /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 279 EXPECT_EQ(1U, GetThreadCount());
294 EXPECT_EQ(2U, GetThreadCount());
304 if (GetThreadCount() == 1)
309 EXPECT_EQ(1U, GetThreadCount());
314 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/chromium_org/testing/gtest/src/
gtest-port.cc 89 size_t GetThreadCount() {
110 size_t GetThreadCount() {
128 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/testing/gtest/src/
gtest-port.cc 84 size_t GetThreadCount() {
103 size_t GetThreadCount() {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 84 size_t GetThreadCount() {
103 size_t GetThreadCount() {
  /external/gtest/src/
gtest-port.cc 84 size_t GetThreadCount() {
103 size_t GetThreadCount() {
  /external/llvm/utils/unittest/googletest/
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/open-vcdiff/gtest/src/
gtest-port.cc 80 size_t GetThreadCount() {
99 size_t GetThreadCount() {
  /external/protobuf/gtest/src/
gtest-port.cc 80 size_t GetThreadCount() {
99 size_t GetThreadCount() {
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 86 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
461 inline size_t GetThreadCount() { return 0; }
  /art/compiler/driver/
compiler_driver.h 245 size_t GetThreadCount() const {
  /art/runtime/gc/collector/
mark_sweep.cc 776 size_t MarkSweep::GetThreadCount(bool paused) const {
790 size_t thread_count = GetThreadCount(paused);
    [all...]
mark_sweep.h 310 size_t GetThreadCount(bool paused) const;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 453 const size_t thread_count = GetThreadCount();
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 115 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
788 size_t GetThreadCount();
    [all...]

Completed in 1878 milliseconds

1 2 3