Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
Dstatistics_test.cpp238 static void* HhreadFuncCpp(void* param) in HhreadFuncCpp() function
317 … if (pthread_create(thrArray + idx, nullptr, HhreadFuncCpp, static_cast<void*>(&forNum)) != 0) { in main()