Home
last modified time | relevance | path

Searched defs:NumThreads (Results 1 – 10 of 10) 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/skia/third_party/externals/swiftshader/third_party/marl/tools/bench/
Dbench.go32 NumThreads uint member
/third_party/boost/libs/interprocess/test/
Dcondition_test_template.hpp263 const int NumThreads = thread_factor*queue_size; variable
/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.cc122 int NumThreads(const ClientConfig& config) { in NumThreads() function in grpc::testing::CallbackClient
Dclient_async.cc222 int NumThreads(const ClientConfig& config) { in NumThreads() function in grpc::testing::AsyncClient
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dtranspose_impl_opt.cu85 __global__ void Swap3DTensorLast2DimKernel_shared(const T *input, int NumThreads, int TileHeight, i… in Swap3DTensorLast2DimKernel_shared()
/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/benchmark/test/
Doutput_test_helper.cc309 int Results::NumThreads() const { in NumThreads() function in Results