Home
last modified time | relevance | path

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

/third_party/gn/src/util/
Dworker_pool.h27 std::vector<std::thread> threads_; variable
/third_party/protobuf/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h89 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/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32_grad/
Dsparse_softmax_cross_entropy_with_logits.h61 int threads_ = 0; variable
/third_party/benchmark/src/
Dbenchmark_api_internal.h68 int threads_; // Number of concurrent threads to us variable
/third_party/grpc/test/cpp/qps/
Dclient.h401 std::vector<std::unique_ptr<Thread>> threads_; variable
Dserver_async.cc521 std::vector<std::thread> threads_; member in grpc::testing::AsyncQpsServerTest
/third_party/benchmark/include/benchmark/
Dbenchmark.h978 const int threads_; variable