Searched refs:ETIMEDOUT (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/kernel_lite/ipc_posix/message_queue/ |
H A D | IpcMqExceptionTest.cpp | 572 * @tc.name mq_timedsend function errno for ETIMEDOUT test
595 EXPECT_TRUE(errno == ETIMEDOUT) << "ERROR: errno != ETIMEDOUT, errno = " << errno << " ETIMEDOUT = " << ETIMEDOUT;
in HWTEST_F() local 703 * @tc.name mq_timedreceive function errno for ETIMEDOUT test
725 EXPECT_TRUE(errno == ETIMEDOUT) << "ERROR: errno != ETIMEDOUT, errno = " << errno << " ETIMEDOUT = " << ETIMEDOUT;
in HWTEST_F() local [all...] |
/test/xts/acts/kernel_lite/futex_posix/src/ |
H A D | PthreadRwlockTest.cpp | 346 EXPECT_EQ(pthread_rwlock_timedrdlock(&g_rwlock8, &ts), ETIMEDOUT) << "> return errno"; in PthreadTimdOutRWlockWR2() local 396 EXPECT_EQ(pthread_rwlock_timedwrlock(&g_rwlock9, &ts), ETIMEDOUT) << "> return errno"; in PthreadTimdOutRWlockWW2() local
|
H A D | PthreadCondTest.cpp | 313 EXPECT_EQ(pthread_cond_timedwait(&g_cond5, &g_mtx5, &ts), ETIMEDOUT) << "> return should errno"; in ThreadPthreadCondTimedwaitOut() local
|
H A D | PthreadMutexTest.cpp | 193 EXPECT_EQ(pthread_mutex_timedlock(mtx, &ts), ETIMEDOUT) << "> return should errno"; in ThreadPthreadMtimedlockOut() local
|
Completed in 4 milliseconds