Home
last modified time | relevance | path

Searched defs:NumThreads (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling()
102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) { in LinuxMallocProfiling()
DIceBrowserCompileServer.cpp116 char *onInitCallback(uint32_t NumThreads, int *ObjFileFDs, in onInitCallback()
242 uint32_t NumThreads, int argc, in getParsedFlags()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h17 UInt32 NumThreads; member
61 UInt32 NumThreads; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/bench/
Dbench.go32 NumThreads uint member
/third_party/lzma/CS/7zip/
DICoder.cs135 NumThreads, enumerator
/third_party/lzma/CPP/7zip/UI/Common/
DZipRegistry.h90 UInt32 NumThreads; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp241 const size_t NumThreads = 4; in testAtomicRMWThreads() local
/third_party/grpc/test/cpp/qps/
Dclient_callback.cc124 int NumThreads(const ClientConfig& config) { in NumThreads() function in grpc::testing::CallbackClient
Dclient_async.cc225 int NumThreads(const ClientConfig& config) { in NumThreads() function in grpc::testing::AsyncClient
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp307 Value *NumThreads, omp::ProcBindKind ProcBind, bool IsCancellable) { in CreateParallel()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dtranspose_impl.cu132 __global__ void Swap3DTensorLast2DimKernel(const T *input, int NumThreads, int TileHeight, int Tile… in Swap3DTensorLast2DimKernel()
/third_party/benchmark/test/
Doutput_test_helper.cc308 int Results::NumThreads() const { in NumThreads() function in Results