Searched refs:thread_func (Results 1 – 1 of 1) sorted by relevance
39 static void* thread_func(void* arg) { in thread_func() function51 int res = pthread_create(t + i, NULL, thread_func, object + i); in BM_mallinfo()