Searched refs:threads_ (Results 1 – 14 of 14) sorted by relevance
/third_party/benchmark/src/ |
D | benchmark_api_internal.cc | 30 threads_(thread_count) { in BenchmarkInstance() 85 name_.threads = StrFormat("threads:%d", threads_); in BenchmarkInstance() 96 State st(name_.function_name, iters, args_, thread_id, threads_, timer, in Run() 104 State st(name_.function_name, /*iters*/ 1, args_, /*thread_id*/ 0, threads_, in Setup() 112 State st(name_.function_name, /*iters*/ 1, args_, /*thread_id*/ 0, threads_, in Teardown()
|
D | benchmark_api_internal.h | 41 int threads() const { return threads_; } in threads() 68 int threads_; // Number of concurrent threads to us variable
|
D | benchmark.cc | 174 threads_(n_threads), in State() 179 BM_CHECK_LT(thread_index_, threads_) in State()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 37 threads_.push_back(std::thread(&ThreadPool::WorkLoop, this)); in ThreadPool() 47 for (size_t i = 0; i < threads_.size(); i++) { in ~ThreadPool() 51 for (auto &t : threads_) { in ~ThreadPool() 86 std::vector<std::thread> threads_; variable
|
/third_party/protobuf/src/google/protobuf/ |
D | arena.cc | 74 threads_.store(nullptr, std::memory_order_relaxed); in Init() 84 threads_.store(serial, std::memory_order_relaxed); in Init() 213 SerialArena* serial = threads_.load(std::memory_order_acquire); in SpaceUsed() 237 SerialArena* serial = threads_.load(std::memory_order_relaxed); in FreeBlocks() 283 SerialArena* serial = threads_.load(std::memory_order_relaxed); in CleanupList() 337 SerialArena* serial = threads_.load(std::memory_order_acquire); in GetSerialArenaFallback() 350 SerialArena* head = threads_.load(std::memory_order_relaxed); in GetSerialArenaFallback() 353 } while (!threads_.compare_exchange_weak( in GetSerialArenaFallback()
|
D | arena_impl.h | 323 threads_; // Pointer to a linked list of SerialArena. variable
|
/third_party/gn/src/util/ |
D | worker_pool.cc | 93 threads_.reserve(thread_count); in WorkerPool() 95 threads_.emplace_back([this]() { Worker(); }); in WorkerPool() 102 processor_group_setter.SetProcessorGroup(&threads_.back()); in WorkerPool() 115 for (auto& task_thread : threads_) { in ~WorkerPool()
|
D | worker_pool.h | 27 std::vector<std::thread> threads_; variable
|
/third_party/node/src/ |
D | node_platform.cc | 182 threads_.push_back(delayed_task_scheduler_->Start()); in WorkerThreadsTaskRunner() 194 threads_.push_back(std::move(t)); in WorkerThreadsTaskRunner() 220 for (size_t i = 0; i < threads_.size(); i++) { in Shutdown() 221 CHECK_EQ(0, uv_thread_join(threads_[i].get())); in Shutdown() 226 return threads_.size(); in NumberOfWorkerThreads()
|
D | node_platform.h | 135 std::vector<std::unique_ptr<uv_thread_t>> threads_; variable
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 919 int threads() const { return threads_; } in threads() 978 const int threads_; variable
|
/third_party/glfw/docs/ |
D | moving.dox | 53 However, GLFW 3 has better support for _use from multiple threads_ than GLFW
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 29856 <!-- __sanitizer::ThreadContextBase** __sanitizer::ThreadRegistry::threads_ --> 29857 …<var-decl name='threads_' type-id='type-id-1359' visibility='default' filepath='../../.././libsani…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 17223 …<var-decl name='threads_' type-id='type-id-1359' visibility='default' filepath='../../.././libsani…
|