Searched refs:FFRTSetStackIdFunc (Results 1 – 1 of 1) sorted by relevance
24 using FFRTSetStackIdFunc = void(*)(uint64_t stackId); typedef27 static FFRTSetStackIdFunc g_setStackIdFunc = nullptr;51 … g_setStackIdFunc = reinterpret_cast<FFRTSetStackIdFunc>(dlsym(asyncStackLibHandle, "SetStackId")); in LoadDfxAsyncStackLib()