pkarashchenko commented on a change in pull request #5524:
URL: https://github.com/apache/incubator-nuttx/pull/5524#discussion_r808849414
##########
File path: include/nuttx/mm/iob.h
##########
@@ -233,6 +233,23 @@ struct iob_userstats_s
void iob_initialize(void);
+/****************************************************************************
+ * Name: iob_timedalloc
+ *
+ * Description:
+ * Allocate an I/O buffer by taking the buffer at the head of the free list.
+ * This wait will be terminated when the specified timeout expires.
+ *
+ * Input Parameters:
+ * throttled - An indication of the IOB allocation is "throttled"
+ * timeout - Timeout value in microseconds.
Review comment:
```suggestion
* timeout - Timeout value in milliseconds.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]