Searched refs:tid3 (Results 1 – 3 of 3) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/full/ |
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/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
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/linux/build/test/fuzztest/accesstokenid/src/ |
D | accesstokenidcommon.cpp | 138 pthread_t tid3; in ThreadTest() local 151 ret = pthread_create(&tid3, nullptr, TokenTest, dataToken); in ThreadTest() 158 pthread_join(tid3, nullptr); in ThreadTest()
|