Home
last modified time | relevance | path

Searched defs:NumThreads (Results 1 – 11 of 11) 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
57 UInt32 NumThreads; member
D7zUpdate.cpp1490 UInt32 NumThreads; member in NArchive::N7z::CThreadDecoder
/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.h86 UInt32 NumThreads; member
DBench.cpp1663 unsigned NumThreads; member
2314 UInt32 NumThreads; member
2443 unsigned 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/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