Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/async_stack/
H A Dffrt_async_stack.cpp25 using FFRTCollectAsyncStackFunc = uint64_t(*)(); typedef
26 static FFRTCollectAsyncStackFunc g_collectAsyncStackFunc = nullptr;
43 g_collectAsyncStackFunc = reinterpret_cast<FFRTCollectAsyncStackFunc>(dlsym(asyncStackLibHandle, in LoadDfxAsyncStackLib()