Changes between Version 38 and Version 39 of library_stdio
- Timestamp:
- Nov 26, 2014, 6:29:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v38 v39 143 143 Several user tasks can concurrently access the same chbuf, because the syscall handler takes the lock protecting the chbuf. 144 144 It returns only when the container has been fully transfered. 145 The calling task exit if no NIC channel allocated to the task, or in case of timeout, or if the buffer is not in user space.145 The calling task exit if the buffer is not in user space, or if the NIC channel is too large, or in case of timeout. 146 146 147 147 === 6) void '''giet_nic_rx_move'''( unsigned int nic_channel, void* buffer ) === … … 151 151 Several user tasks can concurrently access the same chbuf, because the syscall handler takes the lock protecting the chbuf. 152 152 It returns only when the container has been fully transfered. 153 The calling task exit if no NIC channel allocated to the task, or in case of timeout, or if the buffer is not in user space.153 The calling task exit if the buffer is not in user space, or if the NIC channel is too large, or in case of timeout. 154 154 155 155 === 7) void '''giet_nic_tx_stop( ) ===