Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dget_heap_size_benchmark.cpp35 static constexpr int NTHREADS = 5; variable
46 pthread_t t[NTHREADS]; in BM_mallinfo()
47 void* object[NTHREADS]; in BM_mallinfo()
56 while (thread_count != NTHREADS) { in BM_mallinfo()