Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dget_heap_size_benchmark.cpp39 static void* thread_func(void* arg) { in thread_func() function
51 int res = pthread_create(t + i, NULL, thread_func, object + i); in BM_mallinfo()