Searched refs:EAGAIN (Results 1 - 14 of 14) sorted by relevance
/test/xts/acts/kernel_lite/ipc_posix/message_queue/ |
H A D | IpcMqExceptionTest.cpp | 246 * @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 D | SemAbnormalTest.cpp | 160 * @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 D | toolchaintest.cpp | 90 if (errno == EAGAIN) { in RunTests()
|
/test/xts/hats/kernel/freelist/safe_unlink/ |
H A D | Malloc_safe_unlink.cpp | 167 if (errno == EAGAIN) { in HWTEST_F()
|
/test/xts/hats/kernel/freelist/modify_pointer/ |
H A D | Malloc_modify_pointer.cpp | 148 if (errno == EAGAIN) { in HWTEST_F()
|
/test/xts/hats/kernel/freelist/encode_pointer/ |
H A D | Malloc_encode_pointer.cpp | 157 if (errno == EAGAIN) { in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/net/data_handle/ |
H A D | DataHandleApiTest.cpp | 241 EXPECT_EQ(errno, EAGAIN); in HWTEST_F() 247 EXPECT_EQ(errno, EAGAIN); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/timer/timerfdcreate/ |
H A D | TimerFdCreateApiTest.cpp | 209 EXPECT_EQ(errno, EAGAIN); in HWTEST_F()
|
/test/xts/acts/kernel_lite/utils/ |
H A D | utils.cpp | 145 if (errno == EAGAIN) {
in RunElf()
|
/test/xts/acts/kernel_lite/ipc_posix/pipe_fifo/ |
H A D | PipeTest.cpp | 94 if ((ret != -1) || (errno != EAGAIN)) {
in HWTEST_F()
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | utils.cpp | 214 if (errno == EAGAIN) {
in RunElf()
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_agent.cpp | 254 if (EAGAIN == errno) {
in DoCmdServer()
|
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | PthreadBasicApiTest.cpp | 202 if (re == EAGAIN) { in HWTEST_F()
|
/test/xts/acts/kernel_lite/ipc_posix/signal/ |
H A D | SignalTest.cpp | 524 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