Home
last modified time | relevance | path

Searched defs:NumThreads (Results 1 – 6 of 6) 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/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp241 const size_t NumThreads = 4; in testAtomicRMWThreads() local
/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