Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/async_stack/
H A Dffrt_async_stack.cpp27 static FFRTSetStackIdFunc g_setStackIdFunc = nullptr; variable
51g_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()