Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/async_stack/
H A Dffrt_async_stack.cpp24 using FFRTSetStackIdFunc = void(*)(uint64_t stackId); typedef
27 static FFRTSetStackIdFunc g_setStackIdFunc = nullptr;
51 … g_setStackIdFunc = reinterpret_cast<FFRTSetStackIdFunc>(dlsym(asyncStackLibHandle, "SetStackId")); in LoadDfxAsyncStackLib()