Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dasync_stack.h28 void SetStackId(uint64_t stackId);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dlibasync_stack.map8 SetStackId;
H A Dasync_stack.cpp82 extern "C" void SetStackId(uint64_t stackId) in SetStackId() function
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dasync_stack_test.cpp73 SetStackId(1);
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.cpp570 SetStackId(value); in CrashInSubThread()