Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.cpp95 void* thread_func_cpp(void* param) in thread_func_cpp() function
128 …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()