Home
last modified time | relevance | path

Searched defs:threadID (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dmultithread_constructor.c29 int threadID = *argv; in CreateThread() local
37 int threadID = *argv; in CreateThreadForCrash() local
49 int threadID[threadNum]; in MultiThreadConstructor() local
67 int threadID[threadNum]; in MultiThreadConstructorForThreadCrash() local
/base/hiviewdfx/faultloggerd/tools/crasher_c/
Ddfx_crasher.c235 int threadID[2] = {1, 2}; in MultiThreadCrash() local
259 int threadID = *(int*)argv; in SleepThread() local
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
Ddfx_crasher.cpp374 int SleepThread(int threadID) in SleepThread()