Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dmultithread_constructor.c31 int threadID = *argv; in CreateThread() local
39 int threadID = *argv; in CreateThreadForCrash() local
89 int threadID[threadNum]; in MultiThreadConstructor() local
102 int threadID[threadNum]; in MultiThreadConstructorForThreadCrash() local
Dprocess_dump_test.cpp52 int threadID = *(int*)argv; in SleepThread() local
72 int threadID[1] = {1}; variable
118 int threadID[1] = {1}; variable
Dthread_dump_info_test.cpp72 int threadID = *(int*)argv; in SleepThread() local
144 int threadID[1] = {1}; variable
/base/hiviewdfx/faultloggerd/tools/crasher_c/
Ddfx_crasher.c233 int threadID[2] = {1, 2}; in MultiThreadCrash() local
257 int threadID = *(int*)argv; in SleepThread() local
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
Ddfx_crasher.cpp437 int SleepThread(int threadID) in SleepThread()