mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
5b1f2dff5f
If threads are blocking for throttled allocation, g_throttle_sem.semcount doesn't represent the number of usable IOBs well. Note: For non-throttled allocations, the g_iob_committed mechanism is a rescue. But there is no equivalent for throttled allocations.