Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h43 void *DoCrashInThread(void *inputArg);
H A Ddfx_crasher.c344 void *DoCrashInThread(void *inputArg) in DoCrashInThread() function
354 pthread_create(&t, NULL, DoCrashInThread, (char *)(arg)); in DoActionOnSubThread()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h49 static void* DoCrashInThread(void* inputArg);
H A Ddfx_crasher.cpp710 void* DfxCrasher::DoCrashInThread(void * inputArg) in DoCrashInThread() function in DfxCrasher
720 pthread_create(&t, nullptr, DfxCrasher::DoCrashInThread, const_cast<char*>(arg)); in DoActionOnSubThread()