Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/kernel_lite/ipc_posix/message_queue/
H A DIpcMqExceptionTest.cpp572 * @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 DPthreadRwlockTest.cpp346 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 DPthreadCondTest.cpp313 EXPECT_EQ(pthread_cond_timedwait(&g_cond5, &g_mtx5, &ts), ETIMEDOUT) << "> return should errno"; in ThreadPthreadCondTimedwaitOut() local
H A DPthreadMutexTest.cpp193 EXPECT_EQ(pthread_mutex_timedlock(mtx, &ts), ETIMEDOUT) << "> return should errno"; in ThreadPthreadMtimedlockOut() local

Completed in 4 milliseconds