Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/ipc_posix/semaphore/
DSemTest.cpp362 pthread_t tid2; variable
372 reInt = pthread_create(&tid2, nullptr, ThreadNThreadWait2, (void*)&sem);
395 reInt = pthread_join(tid2, nullptr);
434 pthread_t tid2; variable
445 reInt = pthread_create(&tid2, nullptr, ThreadNThreadPost2, (void*)&sem);
462 reInt = pthread_join(tid2, nullptr);
/test/xts/acts/kernel_lite/futex_posix/src/
DPthreadCondTest.cpp288 pthread_t tid2; variable
292 …ASSERT_EQ(pthread_create(&tid2, nullptr, ThreadPthreadCondTimedwait2, nullptr), 0) << "> return er…
296 pthread_join(tid2, nullptr);
/test/xts/acts/kernel_lite/sched_posix/src/
DPthreadSchedApiTest.cpp509 pthread_t tid2; variable
539 … ASSERT_EQ(pthread_create(&tid2, &attr, ThreadTestFifoSched2, (void*)&sem), 0) << "> return errno";
548 EXPECT_EQ(pthread_join(tid2, nullptr), 0) << "> return errno";