Searched refs:FFRTCollectAsyncStackFunc (Results 1 – 1 of 1) sorted by relevance
25 using FFRTCollectAsyncStackFunc = uint64_t(*)(); typedef26 static FFRTCollectAsyncStackFunc g_collectAsyncStackFunc = nullptr;43 g_collectAsyncStackFunc = reinterpret_cast<FFRTCollectAsyncStackFunc>(dlsym(asyncStackLibHandle, in LoadDfxAsyncStackLib()