Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/async_stack/
H A Dffrt_async_stack.cpp26 static FFRTCollectAsyncStackFunc g_collectAsyncStackFunc = nullptr; variable
43 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()