Home
last modified time | relevance | path

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

/aosp12/bionic/benchmarks/
H A Dget_heap_size_benchmark.cpp37 static void* thread_func(void* arg) { in thread_func() function
49 int res = pthread_create(t + i, NULL, thread_func, object + i); in BM_mallinfo()
/aosp12/bootable/recovery/update_verifier/
H A Dupdate_verifier.cpp147 auto thread_func = [&group, &dm_block_device, &partition_name]() { in ReadBlocks() local
179 threads.emplace_back(std::async(std::launch::async, thread_func)); in ReadBlocks()