Home
last modified time | relevance | path

Searched refs:newUserThread (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
Dpthread_test_025.cpp45 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()
Dpthread_test_021.cpp71 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()
Dpthread_test_024.cpp44 pthread_t newUserThread; in ChildProcess() local
58 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, (void *)currTID); in ChildProcess()
Dpthread_test_023.cpp42 pthread_t newUserThread; in ChildProcess() local
70 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, NULL); in ChildProcess()
Dpthread_test_022.cpp67 pthread_t newUserThread; in ChildProcess() local