Home
last modified time | relevance | path

Searched refs:CreateThread (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dmultithread_constructor.c27 static void CreateThread(int *argv) in CreateThread() function
53 pthread_create(&t[i], NULL, (void *(*)(void *))CreateThread, &threadID[i]); in MultiThreadConstructor()
73 pthread_create(&t[i], NULL, (void *(*)(void *))CreateThread, &threadID[i]); in MultiThreadConstructorForThreadCrash()
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp104 static void* CreateThread(void *argv) in CreateThread() function
116 pthread_create(&thread, nullptr, CreateThread, nullptr); in MultiThreadConstructor()

Completed in 2 milliseconds