Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp310 pthread_t threadEnd; in ohos_malloc_hook_on_end() local
311 if (pthread_create(&threadEnd, nullptr, ohos_release_on_end, nullptr)) { in ohos_malloc_hook_on_end()
314 pthread_detach(threadEnd); in ohos_malloc_hook_on_end()