Searched refs:tid1 (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/kernel_lite/ipc_posix/semaphore/ |
H A D | SemTest.cpp | 361 pthread_t tid1; in HWTEST_F() local 369 reInt = pthread_create(&tid1, nullptr, ThreadNThreadWait1, (void*)&sem); in HWTEST_F() 393 reInt = pthread_join(tid1, nullptr); in HWTEST_F() 433 pthread_t tid1; in HWTEST_F() local 442 reInt = pthread_create(&tid1, nullptr, ThreadNThreadPost1, (void*)&sem); in HWTEST_F() 460 reInt = pthread_join(tid1, nullptr); in HWTEST_F()
|
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | PthreadBasicApiTest.cpp | 492 pthread_t tid1; in HWTEST_F() local 498 ASSERT_EQ(pthread_create(&tid1, nullptr, ThreadTestBarrierWait2, (void*)&intParam), 0) << "> return errno"; in HWTEST_F() 510 pthread_join(tid1, nullptr); in HWTEST_F() 535 pthread_t tid1; in HWTEST_F() local 542 ASSERT_EQ(pthread_create(&tid1, nullptr, ThreadTestBarrierAlwaysWait, (pthread_barrier_t*)&barrier), 0) in HWTEST_F() 552 pthread_join(tid1, nullptr); in HWTEST_F()
|
/test/xts/acts/kernel_lite/futex_posix/src/ |
H A D | PthreadCondTest.cpp | 287 pthread_t tid1; in HWTEST_F() local 291 ASSERT_EQ(pthread_create(&tid1, nullptr, ThreadPthreadCondTimedwait1, nullptr), 0) << "> return errno"; in HWTEST_F() 295 pthread_join(tid1, nullptr); in HWTEST_F()
|
/test/xts/acts/kernel_lite/sched_posix/src/ |
H A D | PthreadSchedApiTest.cpp | 508 pthread_t tid1;
in HWTEST_F() local 528 ASSERT_EQ(pthread_create(&tid1, &attr, ThreadTestFifoSched1, (void*)&sem), 0) << "> return errno";
in HWTEST_F() 547 EXPECT_EQ(pthread_join(tid1, nullptr), 0) << "> return errno";
in HWTEST_F()
|
Completed in 4 milliseconds