Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
Dmalloc_test.cpp207 static void* ThreadFuncC(void* param) in ThreadFuncC() function
528 ThreadFuncC, static_cast<void*>(&mallocSize)); in main()
Dhook_test.c195 void* ThreadFuncC(void* param) in ThreadFuncC() function
514 … if (pthread_create((thrArrayList[type]) + idx, NULL, ThreadFuncC, (void*)(&mallocSize))) { in main()