Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dmutex_test.cpp61 static void *TestThread3(void *input) in TestThread3() function
135 pthread_create(&t1, nullptr, TestThread3, reinterpret_cast<void *>(&arg));
143 pthread_create(&t2, nullptr, TestThread3, reinterpret_cast<void *>(&arg));
150 pthread_create(&t3, nullptr, TestThread3, reinterpret_cast<void *>(&arg));