/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | LinuxMallocProfiling.cpp | 67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling() argument 69 if (NumThreads != 0) { in LinuxMallocProfiling() 102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) { in LinuxMallocProfiling() argument 103 (void)NumThreads; in LinuxMallocProfiling()
|
D | IceBrowserCompileServer.cpp | 116 char *onInitCallback(uint32_t NumThreads, int *ObjFileFDs, in onInitCallback() argument 152 gCompileServer->getParsedFlags(UseNumThreadsFromBrowser, NumThreads, in onInitCallback() 242 uint32_t NumThreads, int argc, in getParsedFlags() argument 248 ClFlags::Flags.setNumTranslationThreads(NumThreads); in getParsedFlags()
|
D | LinuxMallocProfiling.h | 32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
|
D | IceBrowserCompileServer.h | 53 void getParsedFlags(bool UseNumThreadsFromBrowser, uint32_t NumThreads,
|
/third_party/boost/libs/interprocess/test/ |
D | condition_test_template.hpp | 263 const int NumThreads = thread_factor*queue_size; variable 306 boost::interprocess::ipcdetail::OS_thread_t thgroup[NumThreads]; in do_test_condition_queue_notify_one() 307 for(int i = 0; i< NumThreads; ++i){ in do_test_condition_queue_notify_one() 314 for(int i = 0; i < NumThreads; ++i){ in do_test_condition_queue_notify_one() 326 for(int i = 0; i< NumThreads; ++i){ in do_test_condition_queue_notify_one() 351 boost::interprocess::ipcdetail::OS_thread_t thgroup[NumThreads]; in do_test_condition_queue_notify_all() 352 for(int i = 0; i< NumThreads; ++i){ in do_test_condition_queue_notify_all() 358 for(int i = 0; i < NumThreads; ++i){ in do_test_condition_queue_notify_all() 370 for(int i = 0; i< NumThreads; ++i){ in do_test_condition_queue_notify_all()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_sync_atomic_main.cpp | 241 const size_t NumThreads = 4; in testAtomicRMWThreads() local 242 pthread_t t[NumThreads]; in testAtomicRMWThreads() 243 pthread_attr_t attr[NumThreads]; in testAtomicRMWThreads() 247 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads() 255 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads() 262 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads() 273 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/bench/ |
D | bench.go | 32 NumThreads uint member 50 t.NumThreads = uint(n)
|
/third_party/grpc/test/cpp/qps/ |
D | client_callback.cc | 68 num_threads_ = NumThreads(config); in CallbackClient() 122 int NumThreads(const ClientConfig& config) { in NumThreads() function in grpc::testing::CallbackClient
|
D | client_async.cc | 168 num_async_threads_(NumThreads(config)) { in AsyncClient() 222 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/ |
D | OMPIRBuilder.cpp | 307 Value *NumThreads, omp::ProcBindKind ProcBind, bool IsCancellable) { in CreateParallel() argument 315 if (NumThreads) { in CreateParallel() 319 Builder.CreateIntCast(NumThreads, Int32, /*isSigned*/ false)}; in CreateParallel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 168 Value *IfCondition, Value *NumThreads,
|
/third_party/benchmark/test/ |
D | user_counters_test.cc | 267 CHECK_COUNTER_VALUE(e, int, "foo", EQ, e.NumThreads()); in CheckThreads() 268 CHECK_COUNTER_VALUE(e, int, "bar", EQ, 2 * e.NumThreads()); in CheckThreads()
|
D | output_test.h | 100 int NumThreads() const;
|
D | output_test_helper.cc | 299 int Results::NumThreads() const { in NumThreads() function in Results
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 85 STATISTIC(NumThreads, "Number of jumps threaded"); 2138 ++NumThreads; in ThreadEdge()
|