Home
last modified time | relevance | path

Searched defs:threads_ (Results 1 – 25 of 25) sorted by relevance

/third_party/gn/src/util/
Dworker_pool.h27 std::vector<std::thread> threads_; variable
/third_party/boost/libs/asio/include/boost/asio/
Dsystem_context.hpp76 detail::thread_group threads_; member in boost::asio::system_context
Dthread_pool.hpp158 detail::thread_group threads_; member in boost::asio::thread_pool
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dengine.h54 std::array<std::unique_ptr<Thread>, 3> threads_; variable
/third_party/boost/boost/asio/
Dsystem_context.hpp76 detail::thread_group threads_; member in boost::asio::system_context
Dthread_pool.hpp158 detail::thread_group threads_; member in boost::asio::thread_pool
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dsparse_softmax_cross_entropy_with_logits.h53 int threads_; variable
/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h86 std::vector<std::thread> threads_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h86 std::vector<std::thread> threads_; variable
/third_party/grpc/src/core/lib/iomgr/executor/
Dthreadpool.h134 ThreadPoolWorker** threads_ = nullptr; // Array of worker threads variable
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dyield_to.hpp41 std::vector<std::thread> threads_; member in boost::beast::test::enable_yield_to
/third_party/boost/boost/thread/executors/
Dthread_executor.hpp41 threads_type threads_; member in boost::executors::thread_executor
/third_party/benchmark/src/
Dbenchmark_api_internal.h66 int threads_; // Number of concurrent threads to us variable
/third_party/node/src/
Dnode_platform.h135 std::vector<std::unique_ptr<uv_thread_t>> threads_; variable
/third_party/boost/libs/asio/example/cpp14/executors/
Dfork_join.cpp153 static_thread_pool threads_; member in fork_join_pool
Dpipeline.cpp42 std::vector<std::thread> threads_; member in thread_executor::thread_bag
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dfork_join.cpp153 static_thread_pool threads_; member in fork_join_pool
Dpipeline.cpp55 std::vector<std::thread> threads_; member in thread_executor::thread_bag
/third_party/boost/libs/asio/example/cpp11/executors/
Dfork_join.cpp153 static_thread_pool threads_; member in fork_join_pool
Dpipeline.cpp55 std::vector<std::thread> threads_; member in thread_executor::thread_bag
/third_party/boost/boost/iostreams/filter/
Dlzma.hpp178 uint32_t threads_; member in boost::iostreams::detail::lzma_base
/third_party/protobuf/src/google/protobuf/
Darena_impl.h323 threads_; // Pointer to a linked list of SerialArena. variable
/third_party/grpc/test/cpp/qps/
Dclient.h392 std::vector<std::unique_ptr<Thread>> threads_; variable
Dserver_async.cc519 std::vector<std::thread> threads_; member in grpc::testing::AsyncQpsServerTest
/third_party/benchmark/include/benchmark/
Dbenchmark.h799 const int threads_; variable