Home
last modified time | relevance | path

Searched refs:thread_task (Results 1 – 1 of 1) sorted by relevance

/bionic/benchmarks/
Dmalloc_benchmark.cpp106 auto thread_task = [&](size_t id) { in RunThreadsThroughput() local
139 for (size_t i = 0; i < num_threads; ++i) threads[i] = new std::thread(thread_task, i); in RunThreadsThroughput()