Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c232 NOINLINE int MultiThreadCrash(void) in MultiThreadCrash() function
437 return MultiThreadCrash(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h53 static int MultiThreadCrash();
H A Ddfx_crasher.cpp110 {"MTCrash", "trigger a multi-thread crash", &DfxCrasher::MultiThreadCrash},
422 NOINLINE int DfxCrasher::MultiThreadCrash() in MultiThreadCrash() function in DfxCrasher