Searched refs:newThread (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/basic/exc/smoke/ |
D | it_test_exc_002.cpp | 54 pthread_t newThread; in TestThread() local 62 ret = pthread_create(&newThread, nullptr, ThreadFunc2, nullptr); in TestThread() 74 ret = pthread_create(&newThread, &a, ThreadFunc1, nullptr); in TestThread()
|
D | it_test_exc_003.cpp | 57 pthread_t newThread; in TestThread() local 75 ret = pthread_create(&newThread, &a, ThreadFunc2, &g_count[count]); in TestThread() 80 ret = pthread_join(newThread, nullptr); in TestThread()
|
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/ |
D | pthread_mutex_test_010.cpp | 52 pthread_t newThread; in TestCase() local 85 ret = pthread_create(&newThread, &attr, TaskF01, nullptr); in TestCase() 105 ret = pthread_join(newThread, nullptr); in TestCase()
|
D | pthread_mutex_test_009.cpp | 57 pthread_t newThread; in TestCase() local 80 ret = pthread_create(&newThread, &attr, TaskF01, nullptr); in TestCase() 115 ret = pthread_join(newThread, nullptr); in TestCase()
|