Searched refs:newUserThread (Results 1 – 5 of 5) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_test_025.cpp | 45 pthread_t newUserThread; in ChildProcess() local 62 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, (void *)currTID); in ChildProcess() 65 ret = pthread_join(newUserThread, NULL); in ChildProcess()
|
D | pthread_test_021.cpp | 71 pthread_t newUserThread; in ChildProcess() local 92 ret = pthread_create(&newUserThread, NULL, ThreadFuncTest, (void *)currTID); in ChildProcess() 109 ret = pthread_join(newUserThread, (void **)&childThreadRetval); in ChildProcess()
|
D | pthread_test_024.cpp | 44 pthread_t newUserThread; in ChildProcess() local 58 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, (void *)currTID); in ChildProcess()
|
D | pthread_test_023.cpp | 42 pthread_t newUserThread; in ChildProcess() local 70 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, NULL); in ChildProcess()
|
D | pthread_test_022.cpp | 67 pthread_t newUserThread; in ChildProcess() local
|