Searched refs:g_setStackIdFunc (Results 1 – 1 of 1) sorted by relevance
27 static FFRTSetStackIdFunc g_setStackIdFunc = nullptr; variable51 … g_setStackIdFunc = reinterpret_cast<FFRTSetStackIdFunc>(dlsym(asyncStackLibHandle, "SetStackId")); in LoadDfxAsyncStackLib()52 if (g_setStackIdFunc == nullptr) { in LoadDfxAsyncStackLib()83 (g_setStackIdFunc != nullptr)) { in FFRTSetStackId()84 return g_setStackIdFunc(stackId); in FFRTSetStackId()