Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dslice_tracker.h75 std::unordered_map<UniqueTid, SlicesStack> threads_; variable
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.h178 wasteful_vector<pid_t> threads_; variable
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DNonBlockingThreadPool.h70 for (size_t i = 0; i < threads_.size(); i++) delete threads_[i]; in ~NonBlockingThreadPoolTempl() local
125 MaxSizeVector<Thread*> threads_; variable
DSimpleThreadPool.h138 MaxSizeVector<Thread*> threads_; // All threads variable
/external/libchrome/base/threading/
Dsimple_thread.h222 std::vector<DelegateSimpleThread*> threads_; variable
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_client.cc132 std::vector<GrpcEagerClientThread> threads_; member in tensorflow::eager::__anon22cba6b30111::GrpcEagerClientCache
/external/google-breakpad/src/google_breakpad/processor/
Dprocess_state.h165 vector<CallStack*> threads_; variable
Dminidump.h355 MinidumpThreads* threads_; variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h136 ThreadContextBase **threads_; // Array of thread contexts is leaked. variable
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_cache.cc149 std::vector<GrpcWorkerCacheThread> threads_; member in tensorflow::__anonab8e586b0111::GrpcWorkerCache
Dgrpc_worker_service.cc422 std::vector<std::unique_ptr<GrpcWorkerServiceThread>> threads_; member in tensorflow::__anonf5bfbaa80111::GrpcWorkerService
/external/libaom/libaom/test/
Dencode_perf_test.cc122 unsigned int threads_; member in __anon79b12bfc0111::AV1EncodePerfTest
/external/libvpx/libvpx/test/
Dencode_perf_test.cc121 unsigned int threads_; member in __anon5ab2061e0111::VP9EncodePerfTest
Dvp9_ethread_test.cc309 int threads_; member in __anon34e9fbbf0111::VPxEncoderThreadTest
/external/grpc-grpc/test/cpp/qps/
Dclient.h387 std::vector<std::unique_ptr<Thread>> threads_; variable
Dserver_async.cc519 std::vector<std::thread> threads_; member in grpc::testing::AsyncQpsServerTest
/external/tensorflow/tensorflow/core/framework/
Drendezvous_test.cc81 thread::ThreadPool threads_; member in tensorflow::__anon2f0f779b0111::LocalRendezvousTest
/external/v8/src/wasm/
Dwasm-interpreter.cc3080 ZoneVector<ThreadImpl> threads_; member in v8::internal::wasm::WasmInterpreterInternals