Searched refs:thread_func_cpp (Results 1 – 1 of 1) sorted by relevance
95 void* thread_func_cpp(void* param) in thread_func_cpp() function128 …if (pthread_create(thr_array + idx, nullptr, thread_func_cpp, static_cast<void*>(&mallocTimes)) !=… in ThreadTimeCost()147 …if (pthread_create(thr_array_hook + idx, nullptr, thread_func_cpp, static_cast<void*>(&mallocTimes… in ThreadTimeCost()