Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 - 14 of 14) sorted by relevance

/test/xts/acts/kernel_lite/ipc_posix/message_queue/
H A DIpcMqExceptionTest.cpp246 * @tc.name mq_send function errno for EAGAIN test
263 EXPECT_TRUE(errno == EAGAIN) << "ERROR: errno != EAGAIN, errno = " << errno << " EAGAIN = " << EAGAIN; in HWTEST_F() local
338 * @tc.name mq_receive function errno for EAGAIN test
362 EXPECT_TRUE(errno == EAGAIN) << "ERROR: errno != EAGAIN, errno = " << errno << " EAGAIN = " << EAGAIN; in HWTEST_F() local
470 EXPECT_TRUE(errno == EAGAIN) << "ERROR: errno != EAGAIN, errno = " << errno << " EAGAIN = " << EAGAIN; HWTEST_F() local
625 EXPECT_TRUE(errno == EAGAIN) << "ERROR: errno != EAGAIN, errno = " << errno << " EAGAIN = " << EAGAIN; HWTEST_F() local
[all...]
/test/xts/acts/kernel_lite/ipc_posix/semaphore/
H A DSemAbnormalTest.cpp160 * @tc.name test sem_trywait with EAGAIN
173 EXPECT_EQ(errno, EAGAIN) << "> errno = " << errno; in HWTEST_F()
/test/xts/acts/commonlibrary/toolchain/libc-test/src/
H A Dtoolchaintest.cpp90 if (errno == EAGAIN) { in RunTests()
/test/xts/hats/kernel/freelist/safe_unlink/
H A DMalloc_safe_unlink.cpp167 if (errno == EAGAIN) { in HWTEST_F()
/test/xts/hats/kernel/freelist/modify_pointer/
H A DMalloc_modify_pointer.cpp148 if (errno == EAGAIN) { in HWTEST_F()
/test/xts/hats/kernel/freelist/encode_pointer/
H A DMalloc_encode_pointer.cpp157 if (errno == EAGAIN) { in HWTEST_F()
/test/xts/hats/kernel/syscalls/net/data_handle/
H A DDataHandleApiTest.cpp241 EXPECT_EQ(errno, EAGAIN); in HWTEST_F()
247 EXPECT_EQ(errno, EAGAIN); in HWTEST_F()
/test/xts/hats/kernel/syscalls/timer/timerfdcreate/
H A DTimerFdCreateApiTest.cpp209 EXPECT_EQ(errno, EAGAIN); in HWTEST_F()
/test/xts/acts/kernel_lite/utils/
H A Dutils.cpp145 if (errno == EAGAIN) { in RunElf()
/test/xts/acts/kernel_lite/ipc_posix/pipe_fifo/
H A DPipeTest.cpp94 if ((ret != -1) || (errno != EAGAIN)) { in HWTEST_F()
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.cpp214 if (errno == EAGAIN) { in RunElf()
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_agent.cpp254 if (EAGAIN == errno) { in DoCmdServer()
/test/xts/acts/kernel_lite/process_posix/src/
H A DPthreadBasicApiTest.cpp202 if (re == EAGAIN) { in HWTEST_F()
/test/xts/acts/kernel_lite/ipc_posix/signal/
H A DSignalTest.cpp524 if (rt != -1 || errno != EAGAIN) { in HWTEST_F()
525 LOG("sigtimedwait error check fail, expected errno=%d(EAGAIN), actual=%d", EAGAIN, errno); in HWTEST_F()

Completed in 10 milliseconds