Home
last modified time | relevance | path

Searched refs:tid3 (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/lock/mutex/full/
Dpthread_mutex_test_024.cpp95 pthread_t tid1, tid2, tid3; in Testcase() local
142 ret = pthread_create(&tid3, nullptr, ThreadFuncTest3, nullptr); in Testcase()
147 pthread_join(tid3, nullptr); in Testcase()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
Dpthread_test_014.cpp104 pthread_t tid, tid1, tid2, tid3; in TestCase() local
127 ret = pthread_create(&tid3, NULL, ThreadFunc3, 0); in TestCase()
147 ret = pthread_join(tid3, NULL); in TestCase()
/kernel/linux/build/test/fuzztest/accesstokenid/src/
Daccesstokenidcommon.cpp138 pthread_t tid3; in ThreadTest() local
151 ret = pthread_create(&tid3, nullptr, TokenTest, dataToken); in ThreadTest()
158 pthread_join(tid3, nullptr); in ThreadTest()