Searched refs:pdFREERTOS_ERRNO_ENOMEM (Results 1 – 7 of 7) sorted by relevance
49 #define pdFREERTOS_ERRNO_ENOMEM 12 /* Not enough memory */ macro
1101 case pdFREERTOS_ERRNO_ENOMEM: in FreeRTOS_strerror_r()
3382 xByteCount = -pdFREERTOS_ERRNO_ENOMEM; in FreeRTOS_recv()3557 xResult = -pdFREERTOS_ERRNO_ENOMEM; in prvTCPSendCheck()3584 xResult = -pdFREERTOS_ERRNO_ENOMEM; in prvTCPSendCheck()
2184 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOMEM, lReturn ); in test_prvTCPSendCheck_InvalidValues()2221 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOMEM, lReturn ); in test_prvTCPSendCheck_InvalidValues()
419 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOMEM, xReturn ); in test_FreeRTOS_recv_NotConnectedAndNoMemory()
1418 BaseType_t xErrnum = pdFREERTOS_ERRNO_ENOMEM; in test_FreeRTOS_strerror_r_ENOMEM()