HomeSort by relevance Sort by last modified time
    Searched refs:worker_count (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/tests/
binderThroughputTest.cpp 171 int worker_count,
187 (void)worker_count;
189 for (int i = 0; i < worker_count; i++) {
224 Pipe make_worker(int num, int iterations, int worker_count)
233 worker_fx(num, worker_count, iterations, move(get<1>(pipe_pair)));
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 69 int worker_count = std::thread::hardware_concurrency(); local
72 if (!multithread_ || worker_count < 2) {
74 worker_count = 1;
77 const int object_per_worker = sim_.objects().size() / worker_count;
80 workers_.reserve(worker_count);
81 for (int i = 0; i < worker_count; i++) {
83 if (i < worker_count - 1)

Completed in 50 milliseconds