Searched refs:g_collectAsyncStackFunc (Results 1 – 1 of 1) sorted by relevance
26 static FFRTCollectAsyncStackFunc g_collectAsyncStackFunc = nullptr; variable43 g_collectAsyncStackFunc = reinterpret_cast<FFRTCollectAsyncStackFunc>(dlsym(asyncStackLibHandle, in LoadDfxAsyncStackLib()45 if (g_collectAsyncStackFunc == nullptr) { in LoadDfxAsyncStackLib()53 g_collectAsyncStackFunc = nullptr; in LoadDfxAsyncStackLib()73 (g_collectAsyncStackFunc != nullptr)) { in FFRTCollectAsyncStack()74 return g_collectAsyncStackFunc(); in FFRTCollectAsyncStack()