Searched refs:ThreadPublic (Results 1 – 4 of 4) sorted by relevance
| /test/xts/acts/kernel_lite/process_posix/src/ |
| D | PthreadTest.cpp | 25 void *ThreadPublic(void *arg) in ThreadPublic() function
|
| D | PthreadTest.h | 31 void *ThreadPublic(void *arg);
|
| D | PthreadAttrTest.cpp | 45 ASSERT_EQ(pthread_create(&tid, &attr, ThreadPublic, nullptr), 0) << "> return errno"; 55 ASSERT_EQ(pthread_create(&tid, &attr, ThreadPublic, nullptr), 0) << "> return errno";
|
| D | PthreadBasicApiTest.cpp | 81 ASSERT_EQ(pthread_create(&tid, nullptr, ThreadPublic, (void*)&num), 0) << "> return errno"; 96 ASSERT_EQ(pthread_create(&tid, nullptr, ThreadPublic, nullptr), 0) << "> return errno"; 160 ASSERT_EQ(pthread_create(&tid, nullptr, ThreadPublic, nullptr), 0) << "> return errno";
|