Searched refs:tid3 (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
H A D | pthread_test_014.cpp | 104 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/liteos_a/testsuites/unittest/process/lock/mutex/full/ |
H A D | pthread_mutex_test_024.cpp | 95 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/linux/build/test/fuzztest/accesstokenid/src/ |
H A D | accesstokenidcommon.cpp | 135 pthread_t tid3; in ThreadTest() local 148 ret = pthread_create(&tid3, nullptr, TokenTest, dataToken); in ThreadTest() 155 pthread_join(tid3, nullptr); in ThreadTest()
|
Completed in 2 milliseconds