Searched refs:thread_func (Results 1 – 2 of 2) sorted by relevance
37 static void* thread_func(void* arg) { in thread_func() function49 int res = pthread_create(t + i, NULL, thread_func, object + i); in BM_mallinfo()
147 auto thread_func = [&group, &dm_block_device, &partition_name]() { in ReadBlocks() local179 threads.emplace_back(std::async(std::launch::async, thread_func)); in ReadBlocks()