Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp257 pthread_t threadStart; in ohos_malloc_hook_on_start() local
258 if (pthread_create(&threadStart, nullptr, MallocHookStart, in ohos_malloc_hook_on_start()
262 pthread_detach(threadStart); in ohos_malloc_hook_on_start()